|
||||||||||
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 |
ExtCacheEntryFacade
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> |
AbstractCacheBacking.load(java.lang.Object key)
|
Cache.Entry<K,V> |
CacheLoaderAdapter.load(java.lang.Object key)
|
Methods in com.caucho.server.distcache that return types with arguments of type Cache.Entry | |
---|---|
java.util.Iterator<Cache.Entry<K,V>> |
CacheImpl.iterator()
|
Methods in com.caucho.server.distcache with parameters of type Cache.Entry | |
---|---|
void |
AbstractCacheBacking.write(Cache.Entry<K,V> entry)
|
void |
CacheWriterAdapter.write(Cache.Entry<K,V> entry)
|
Method parameters in com.caucho.server.distcache with type arguments of type Cache.Entry | |
---|---|
void |
AbstractCacheBacking.writeAll(java.util.Collection<Cache.Entry<? extends K,? extends V>> entries)
|
void |
CacheWriterAdapter.writeAll(java.util.Collection<Cache.Entry<? extends K,? extends V>> entries)
|
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 |