Uses of Interface
com.thimbleware.jmemcached.CacheElement

Packages that use CacheElement
com.thimbleware.jmemcached   
com.thimbleware.jmemcached.protocol   
com.thimbleware.jmemcached.protocol.binary   
com.thimbleware.jmemcached.protocol.text   
 

Uses of CacheElement in com.thimbleware.jmemcached
 

Classes in com.thimbleware.jmemcached with type parameters of type CacheElement
 class 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
 interface Cache<CACHE_ELEMENT extends CacheElement>
           
 class MemCacheDaemon<CACHE_ELEMENT extends CacheElement>
          The actual daemon - responsible for the binding and configuration of the network configuration.
 

Classes in com.thimbleware.jmemcached that implement CacheElement
 class LocalCacheElement
          Represents information about a cache entry.
 

Methods in com.thimbleware.jmemcached that return CacheElement
 CacheElement CacheElement.append(LocalCacheElement element)
           
 CACHE_ELEMENT[] Cache.get(Key... keys)
          Get element(s) from the cache
 CacheElement CacheElement.prepend(LocalCacheElement element)
           
 

Methods in com.thimbleware.jmemcached with parameters of type CacheElement
protected  boolean CacheImpl.isBlocked(CacheElement e)
           
protected  boolean CacheImpl.isExpired(CacheElement e)
           
 

Constructors in com.thimbleware.jmemcached with parameters of type CacheElement
CacheImpl.DelayedMCElement(CacheElement element)
           
 

Uses of CacheElement in com.thimbleware.jmemcached.protocol
 

Classes in com.thimbleware.jmemcached.protocol with type parameters of type CacheElement
 class CommandMessage<CACHE_ELEMENT extends CacheElement>
          The payload object holding the parsed message.
 class MemcachedCommandHandler<CACHE_ELEMENT extends CacheElement>
          The actual command handler, which is responsible for processing the CommandMessage instances that are inbound from the protocol decoders.
 class ResponseMessage<CACHE_ELEMENT extends CacheElement>
          Represents the response to a command.
 

Fields in com.thimbleware.jmemcached.protocol declared as CacheElement
 CACHE_ELEMENT CommandMessage.element
           
 CACHE_ELEMENT[] ResponseMessage.elements
           
 

Methods in com.thimbleware.jmemcached.protocol with parameters of type CacheElement
 ResponseMessage<CACHE_ELEMENT> ResponseMessage.withElements(CACHE_ELEMENT[] elements)
           
 

Uses of CacheElement in com.thimbleware.jmemcached.protocol.binary
 

Classes in com.thimbleware.jmemcached.protocol.binary with type parameters of type CacheElement
 class MemcachedBinaryResponseEncoder<CACHE_ELEMENT extends CacheElement>
           
 

Uses of CacheElement in com.thimbleware.jmemcached.protocol.text
 

Classes in com.thimbleware.jmemcached.protocol.text with type parameters of type CacheElement
 class MemcachedResponseEncoder<CACHE_ELEMENT extends CacheElement>
          Response encoder for the memcached text protocol.
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.