Package com.thimbleware.jmemcached

Interface Summary
Cache<CACHE_ELEMENT extends CacheElement>  
CacheElement  
 

Class Summary
AbstractCache<CACHE_ELEMENT extends CacheElement> Abstract implementation of a cache handler for the memcache daemon; provides some convenience methods and a general framework for implementation
CacheImpl Default implementation of the cache handler, supporting local memory cache elements.
CacheImpl.DelayedMCElement Delayed key blocks get processed occasionally.
Key Represents a given key for lookup in the cache.
LocalCacheElement Represents information about a cache entry.
LocalCacheElement.IncrDecrResult  
MemCacheDaemon<CACHE_ELEMENT extends CacheElement> The actual daemon - responsible for the binding and configuration of the network configuration.
 

Enum Summary
Cache.DeleteResponse Enum defining responses statuses from removal commands
Cache.StoreResponse Enum defining response statuses from set/add type commands
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.