Package | Description |
---|---|
com.tangosol.coherence.jcache.localcache |
Contains classes related to local cache implementation of Coherence JCache.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
LocalCacheValue(LocalCacheValue oldValue)
Copy constructor
|