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 LocalCacheValueLocalCacheValue. createLoadedLocalCacheValue(Object internalValue, long ldtCreation, javax.cache.expiry.ExpiryPolicy policy)Create a LocalCacheValue marked with Synthetic marker that it was loaded.static LocalCacheValueLocalCacheValue. createLocalCacheValue(Object internalValue, long ldtCreation, javax.cache.expiry.ExpiryPolicy policy)Create a LocalCacheValue for an LocalCache entry.LocalCacheValueLocalCacheValue. 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 
 -