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

Packages that use AbstractHashbelt
org.castor.cache.hashbelt The Hashbelt API 
 

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 © 2012. All Rights Reserved.