Uses of Class
com.thimbleware.jmemcached.Cache.DeleteResponse

Packages that use Cache.DeleteResponse
com.thimbleware.jmemcached   
com.thimbleware.jmemcached.protocol   
 

Uses of Cache.DeleteResponse in com.thimbleware.jmemcached
 

Methods in com.thimbleware.jmemcached that return Cache.DeleteResponse
 Cache.DeleteResponse CacheImpl.delete(Key key, int time)
           
 Cache.DeleteResponse Cache.delete(Key key, int time)
          Handle the deletion of an item from the cache.
static Cache.DeleteResponse Cache.DeleteResponse.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Cache.DeleteResponse[] Cache.DeleteResponse.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Cache.DeleteResponse in com.thimbleware.jmemcached.protocol
 

Fields in com.thimbleware.jmemcached.protocol declared as Cache.DeleteResponse
 Cache.DeleteResponse ResponseMessage.deleteResponse
           
 

Methods in com.thimbleware.jmemcached.protocol with parameters of type Cache.DeleteResponse
 ResponseMessage<CACHE_ELEMENT> ResponseMessage.withDeleteResponse(Cache.DeleteResponse deleteResponse)
           
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.