Uses of Interface
org.aris.cache.idcache.CacheCallBackI

Packages that use CacheCallBackI
org.aris.cache.idcache   
 

Uses of CacheCallBackI in org.aris.cache.idcache
 

Methods in org.aris.cache.idcache with parameters of type CacheCallBackI
 void IdCache.IdCache0(int cacheObjectsMin, int cacheObjectsMax, float adjustFactor, float adjustFactorUnchanged, int dSize, CacheCallBackI cacheCallBack)
           
 

Constructors in org.aris.cache.idcache with parameters of type CacheCallBackI
IdCache(int cacheObjectsAverage, CacheCallBackI cacheCallBack)
          Creates a cache with a minimum of cacheObjectsAverage/2 and a maximum of 3 x cacheObjectsAverage /2 objects.
IdCache(int cacheObjectsMin, int cacheObjectsMax, float adjustFactor, float adjustFactorUnchanged, int dSize, CacheCallBackI cacheCallBack)
          Initialize the cache.