Uses of Class
org.castor.cache.hashbelt.AbstractHashbelt

Packages that use AbstractHashbelt
org.castor.cache.hashbelt The Hashbelt API Author: Gregory Block Author: Ralf Joachim This package represents an API, based on a set of articles in the O'Reilly Network by William Grosso, to implement a simplified and 1.3-compatible implementation of a Hashbelt algorithm. 
 

Uses of AbstractHashbelt in org.castor.cache.hashbelt
 

Subclasses of AbstractHashbelt in org.castor.cache.hashbelt
 class FIFOHashbelt
          A perfectly ordinary hashbelt.
 class LRUHashbelt
          A type of hashbelt that moves requested elements back into the first container when a get or add occurs.
 



Copyright © 2010. All Rights Reserved.