|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache.Entry | |
---|---|
javax.cache | This package contains the API for JCache. |
Uses of Cache.Entry in javax.cache |
---|
Subinterfaces of Cache.Entry in javax.cache | |
---|---|
static interface |
Cache.MutableEntry<K,V>
An accessor and mutator to the underlying Cache |
Methods in javax.cache that return Cache.Entry | |
---|---|
Cache.Entry<K,V> |
CacheLoader.load(K key)
Loads an object. |
Methods in javax.cache that return types with arguments of type Cache.Entry | |
---|---|
Iterator<Cache.Entry<K,V>> |
Cache.iterator()
The ordering of iteration over entries is undefined. |
Methods in javax.cache with parameters of type Cache.Entry | |
---|---|
Configuration.Duration |
ExpiryPolicy.getTTLForAccessedEntry(Cache.Entry<? extends K,? extends V> entry,
Configuration.Duration duration)
Gets the time-to-live before the accessed Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Accessed.getTTLForAccessedEntry(Cache.Entry<? extends K,? extends V> entry,
Configuration.Duration duration)
Gets the time-to-live before the accessed Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Modified.getTTLForAccessedEntry(Cache.Entry<? extends K,? extends V> entry,
Configuration.Duration duration)
Gets the time-to-live before the accessed Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Default.getTTLForAccessedEntry(Cache.Entry<? extends K,? extends V> entry,
Configuration.Duration duration)
Gets the time-to-live before the accessed Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.getTTLForCreatedEntry(Cache.Entry<? extends K,? extends V> entry)
Gets the time-to-live before the newly Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Accessed.getTTLForCreatedEntry(Cache.Entry<? extends K,? extends V> entry)
Gets the time-to-live before the newly Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Modified.getTTLForCreatedEntry(Cache.Entry<? extends K,? extends V> entry)
Gets the time-to-live before the newly Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Default.getTTLForCreatedEntry(Cache.Entry<? extends K,? extends V> entry)
Gets the time-to-live before the newly Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.getTTLForModifiedEntry(Cache.Entry<? extends K,? extends V> entry,
Configuration.Duration duration)
Gets the time-to-live before the modified Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Accessed.getTTLForModifiedEntry(Cache.Entry<? extends K,? extends V> entry,
Configuration.Duration duration)
Gets the time-to-live before the modified Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Modified.getTTLForModifiedEntry(Cache.Entry<? extends K,? extends V> entry,
Configuration.Duration duration)
Gets the time-to-live before the modified Cache.Entry is considered expired. |
Configuration.Duration |
ExpiryPolicy.Default.getTTLForModifiedEntry(Cache.Entry<? extends K,? extends V> entry,
Configuration.Duration duration)
Gets the time-to-live before the modified Cache.Entry is considered expired. |
void |
CacheWriter.write(Cache.Entry<? extends K,? extends V> entry)
Write the specified value under the specified key to the underlying store. |
Method parameters in javax.cache with type arguments of type Cache.Entry | |
---|---|
void |
CacheWriter.writeAll(Collection<Cache.Entry<? extends K,? extends V>> entries)
Write the specified entries to the underlying store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |