Package | Description |
---|---|
com.caucho.distcache | |
com.caucho.memcached | |
com.caucho.server.distcache | |
javax.cache |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractCache.invokeEntryProcessor(java.lang.Object key,
Cache.EntryProcessor entryProcessor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
MemcachedClient.invokeEntryProcessor(java.lang.Object key,
Cache.EntryProcessor entryProcessor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CacheImpl.invokeEntryProcessor(java.lang.Object key,
Cache.EntryProcessor entryProcessor) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
Cache.invokeEntryProcessor(K key,
Cache.EntryProcessor<K,V> entryProcessor) |