Uses of Class
com.thimbleware.jmemcached.Key

Packages that use Key
com.thimbleware.jmemcached   
com.thimbleware.jmemcached.protocol   
com.thimbleware.jmemcached.storage.bytebuffer   
 

Uses of Key in com.thimbleware.jmemcached
 

Methods in com.thimbleware.jmemcached that return Key
 Key LocalCacheElement.getKey()
           
 Key CacheElement.getKey()
           
 

Methods in com.thimbleware.jmemcached that return types with arguments of type Key
protected  java.util.Set<Key> CacheImpl.keys()
           
protected abstract  java.util.Set<Key> AbstractCache.keys()
           
 

Methods in com.thimbleware.jmemcached with parameters of type Key
 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.
 java.lang.Integer CacheImpl.get_add(Key key, int mod)
           
 java.lang.Integer Cache.get_add(Key key, int mod)
          Increment/decremen t an (integer) element in the cache
 LocalCacheElement[] CacheImpl.get(Key... keys)
           
 CACHE_ELEMENT[] Cache.get(Key... keys)
          Get element(s) from the cache
static LocalCacheElement LocalCacheElement.key(Key key)
           
 

Constructors in com.thimbleware.jmemcached with parameters of type Key
LocalCacheElement(Key key)
           
LocalCacheElement(Key key, int flags, int expire, long casUnique)
           
 

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

Uses of Key in com.thimbleware.jmemcached.protocol
 

Fields in com.thimbleware.jmemcached.protocol with type parameters of type Key
 java.util.List<Key> CommandMessage.keys
           
 

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

Methods in com.thimbleware.jmemcached.storage.bytebuffer that return types with arguments of type Key
 java.util.Set<java.util.Map.Entry<Key,LocalCacheElement>> BlockStorageCacheStorage.entrySet()
           
 java.util.Set<Key> BlockStorageCacheStorage.keySet()
           
 

Methods in com.thimbleware.jmemcached.storage.bytebuffer with parameters of type Key
 LocalCacheElement BlockStorageCacheStorage.put(Key key, LocalCacheElement item)
           
 LocalCacheElement BlockStorageCacheStorage.putIfAbsent(Key key, LocalCacheElement item)
           
 LocalCacheElement BlockStorageCacheStorage.replace(Key key, LocalCacheElement replace)
           
 boolean BlockStorageCacheStorage.replace(Key key, LocalCacheElement original, LocalCacheElement replace)
           
 

Method parameters in com.thimbleware.jmemcached.storage.bytebuffer with type arguments of type Key
 void BlockStorageCacheStorage.putAll(java.util.Map<? extends Key,? extends LocalCacheElement> map)
           
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.