|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache.StoreResponse | |
|---|---|
| com.thimbleware.jmemcached | |
| com.thimbleware.jmemcached.protocol | |
| Uses of Cache.StoreResponse in com.thimbleware.jmemcached |
|---|
| Methods in com.thimbleware.jmemcached that return Cache.StoreResponse | |
|---|---|
Cache.StoreResponse |
Cache.add(CACHE_ELEMENT e)
Add an element to the cache |
Cache.StoreResponse |
CacheImpl.add(LocalCacheElement e)
|
Cache.StoreResponse |
Cache.append(CACHE_ELEMENT element)
Append bytes to the end of an element in the cache |
Cache.StoreResponse |
CacheImpl.append(LocalCacheElement element)
|
Cache.StoreResponse |
Cache.cas(java.lang.Long cas_key,
CACHE_ELEMENT e)
Set an element in the cache but only if the element has not been touched since the last 'gets' |
Cache.StoreResponse |
CacheImpl.cas(java.lang.Long cas_key,
LocalCacheElement e)
|
Cache.StoreResponse |
Cache.prepend(CACHE_ELEMENT element)
Prepend bytes to the end of an element in the cache |
Cache.StoreResponse |
CacheImpl.prepend(LocalCacheElement element)
|
Cache.StoreResponse |
Cache.replace(CACHE_ELEMENT e)
Replace an element in the cache |
Cache.StoreResponse |
CacheImpl.replace(LocalCacheElement e)
|
Cache.StoreResponse |
Cache.set(CACHE_ELEMENT e)
Set an element in the cache |
Cache.StoreResponse |
CacheImpl.set(LocalCacheElement e)
|
static Cache.StoreResponse |
Cache.StoreResponse.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Cache.StoreResponse[] |
Cache.StoreResponse.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Cache.StoreResponse in com.thimbleware.jmemcached.protocol |
|---|
| Fields in com.thimbleware.jmemcached.protocol declared as Cache.StoreResponse | |
|---|---|
Cache.StoreResponse |
ResponseMessage.response
|
| Methods in com.thimbleware.jmemcached.protocol with parameters of type Cache.StoreResponse | |
|---|---|
ResponseMessage<CACHE_ELEMENT> |
ResponseMessage.withResponse(Cache.StoreResponse response)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||