Uses of Interface
com.thimbleware.jmemcached.storage.CacheStorage

Packages that use CacheStorage
com.thimbleware.jmemcached   
com.thimbleware.jmemcached.storage.bytebuffer   
com.thimbleware.jmemcached.storage.hash   
 

Uses of CacheStorage in com.thimbleware.jmemcached
 

Constructors in com.thimbleware.jmemcached with parameters of type CacheStorage
CacheImpl(CacheStorage<Key,LocalCacheElement> storage)
           
 

Uses of CacheStorage in com.thimbleware.jmemcached.storage.bytebuffer
 

Classes in com.thimbleware.jmemcached.storage.bytebuffer that implement CacheStorage
 class BlockStorageCacheStorage
          Implementation of the concurrent (linked) sized map using the block buffer storage back end.
 

Uses of CacheStorage in com.thimbleware.jmemcached.storage.hash
 

Classes in com.thimbleware.jmemcached.storage.hash that implement CacheStorage
 class ConcurrentLinkedHashMap<K,V extends SizedItem>
          A ConcurrentMap with a doubly-linked list running through its entries.
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.