Uses of Class
com.tangosol.coherence.jcache.localcache.LocalCacheValue
Package
Description
Contains classes related to local cache implementation of Coherence JCache.
-
Uses of LocalCacheValue in com.tangosol.coherence.jcache.localcache
Modifier and TypeMethodDescriptionstatic LocalCacheValue
LocalCacheValue.createLoadedLocalCacheValue
(Object internalValue, long ldtCreation, javax.cache.expiry.ExpiryPolicy policy) Create a LocalCacheValue marked with Synthetic marker that it was loaded.static LocalCacheValue
LocalCacheValue.createLocalCacheValue
(Object internalValue, long ldtCreation, javax.cache.expiry.ExpiryPolicy policy) Create a LocalCacheValue for an LocalCache entry.LocalCacheValue.updateInternalValue
(Object internalValue, long ldtModification, javax.cache.expiry.ExpiryPolicy policy) Sets the internal value with the additional side-effect of updating the modification time to that which is specified and incrementing the modification count.