|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache.Entry | |
|---|---|
| com.caucho.distcache | |
| com.caucho.server.distcache | |
| javax.cache | |
| Uses of Cache.Entry in com.caucho.distcache |
|---|
| Subinterfaces of Cache.Entry in com.caucho.distcache | |
|---|---|
interface |
ExtCacheEntry<K,V>
Provides additional information about an entry in a Cache. |
| Methods in com.caucho.distcache that return Cache.Entry | |
|---|---|
Cache.Entry |
AbstractCache.getCacheEntry(java.lang.Object key)
Returns the cache entry for the object with the given key. |
| Uses of Cache.Entry in com.caucho.server.distcache |
|---|
| Classes in com.caucho.server.distcache that implement Cache.Entry | |
|---|---|
class |
DistCacheEntry
An entry in the cache map |
class |
MnodeEntry
An entry in the cache map |
| Methods in com.caucho.server.distcache that return Cache.Entry | |
|---|---|
Cache.Entry |
CacheImpl.getCacheEntry(java.lang.Object key)
Returns the cache entry for the object with the given key. |
Cache.Entry<K,V> |
CacheImpl.CacheEntrySetIterator.next()
|
| Uses of Cache.Entry in javax.cache |
|---|
| Subinterfaces of Cache.Entry in javax.cache | |
|---|---|
static interface |
Cache.MutableEntry<K,V>
|
| Methods in javax.cache that return Cache.Entry | |
|---|---|
Cache.Entry<K,V> |
CacheLoader.load(java.lang.Object key)
Obtains the value associated with the key, which will be loaded into the Cache |
| Methods in javax.cache that return types with arguments of type Cache.Entry | |
|---|---|
java.util.Iterator<Cache.Entry<K,V>> |
Cache.iterator()
|
| Methods in javax.cache with parameters of type Cache.Entry | |
|---|---|
void |
CacheWriter.write(Cache.Entry<K,V> entry)
|
| Method parameters in javax.cache with type arguments of type Cache.Entry | |
|---|---|
void |
CacheWriter.writeAll(java.util.Collection<Cache.Entry<? extends K,? extends V>> entries)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||