Uses of Interface
com.thimbleware.jmemcached.Cache

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

Uses of Cache in com.thimbleware.jmemcached
 

Classes in com.thimbleware.jmemcached that implement Cache
 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
 class CacheImpl
          Default implementation of the cache handler, supporting local memory cache elements.
 

Methods in com.thimbleware.jmemcached that return Cache
 Cache<CACHE_ELEMENT> MemCacheDaemon.getCache()
           
 

Methods in com.thimbleware.jmemcached with parameters of type Cache
protected  org.jboss.netty.channel.ChannelPipelineFactory MemCacheDaemon.createMemcachedBinaryPipelineFactory(Cache cache, java.lang.String memcachedVersion, boolean verbose, int idleTime, org.jboss.netty.channel.group.DefaultChannelGroup allChannels)
           
protected  org.jboss.netty.channel.ChannelPipelineFactory MemCacheDaemon.createMemcachedPipelineFactory(Cache cache, java.lang.String memcachedVersion, boolean verbose, int idleTime, int receiveBufferSize, org.jboss.netty.channel.group.DefaultChannelGroup allChannels)
           
 void MemCacheDaemon.setCache(Cache<CACHE_ELEMENT> cache)
           
 

Constructors in com.thimbleware.jmemcached with parameters of type Cache
MemCacheDaemon(Cache<CACHE_ELEMENT> cache)
           
 

Uses of Cache in com.thimbleware.jmemcached.protocol
 

Constructors in com.thimbleware.jmemcached.protocol with parameters of type Cache
MemcachedCommandHandler(Cache cache, java.lang.String memcachedVersion, boolean verbosity, int idle, org.jboss.netty.channel.group.DefaultChannelGroup channelGroup)
          Construct the server session handler
 

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

Constructors in com.thimbleware.jmemcached.protocol.binary with parameters of type Cache
MemcachedBinaryPipelineFactory(Cache cache, java.lang.String version, boolean verbose, int idleTime, org.jboss.netty.channel.group.DefaultChannelGroup channelGroup)
           
 

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

Constructors in com.thimbleware.jmemcached.protocol.text with parameters of type Cache
MemcachedPipelineFactory(Cache cache, java.lang.String version, boolean verbose, int idleTime, int frameSize, org.jboss.netty.channel.group.DefaultChannelGroup channelGroup)
           
 



Copyright © 2008-2011 ThimbleWare. All Rights Reserved.