Uses of Class
com.continuent.tungsten.common.cache.CacheNode

Packages that use CacheNode
com.continuent.tungsten.common.cache   
 

Uses of CacheNode in com.continuent.tungsten.common.cache
 

Methods in com.continuent.tungsten.common.cache that return CacheNode
 CacheNode<T> CacheNode.getAfter()
          Return the after (older) node in the LRU list.
 CacheNode<T> CacheNode.getBefore()
          Return the before (newer) node or null in LRU list.
 

Methods in com.continuent.tungsten.common.cache with parameters of type CacheNode
 void CacheNode.setAfter(CacheNode<T> next)
          Set the after node in the LRU list.
 void CacheNode.setBefore(CacheNode<T> previous)
          Set the before node in the LRU list.