Uses of Class
com.thimbleware.jmemcached.MCElement

Uses of MCElement in com.thimbleware.jmemcached
 

Fields in com.thimbleware.jmemcached declared as MCElement
 MCElement CommandMessage.element
           
 

Methods in com.thimbleware.jmemcached that return MCElement
protected  MCElement ServerSessionHandler.get(java.lang.String key)
          Get an element from the cache
 MCElement LRUCacheStorageDelegate.get(java.lang.String keystring)
           
 MCElement CacheStorage.get(java.lang.String keystring)
          Retrieve an element from the cache.
protected  MCElement Cache.get(java.lang.String key)
          Get an element from the cache
 

Methods in com.thimbleware.jmemcached with parameters of type MCElement
protected  java.lang.String ServerSessionHandler.add(MCElement e)
          Add an element to the cache
protected  boolean Cache.add(MCElement e)
          Add an element to the cache
 void LRUCacheStorageDelegate.put(java.lang.String keystring, MCElement el)
           
 void CacheStorage.put(java.lang.String keystring, MCElement el)
          Put an entry into the cache or replace an existing entry.
protected  java.lang.String ServerSessionHandler.replace(MCElement e)
          Replace an element in the cache
 boolean Cache.replace(MCElement e)
          Replace an element in the cache
protected  java.lang.String ServerSessionHandler.set(MCElement e)
          Set an element in the cache
protected  boolean Cache.set(MCElement e)
          Set an element in the cache
 



Copyright © 2008. All Rights Reserved.