Uses of Class
com.tangosol.coherence.jcache.localcache.LocalCacheValue
-
Packages that use LocalCacheValue Package Description com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache. -
-
Uses of LocalCacheValue in com.tangosol.coherence.jcache.localcache
Methods in com.tangosol.coherence.jcache.localcache that return LocalCacheValue Modifier and Type Method Description static 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
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.Constructors in com.tangosol.coherence.jcache.localcache with parameters of type LocalCacheValue Constructor Description LocalCacheValue(LocalCacheValue oldValue)
Copy constructor
-