A C D E F G H I K L N O P Q R S T U X

U

UniversalCache - Class in org.aris.cache.universalcache
A least used algorithm cache for complex key which caches maximum a constant number of objects based on usage.
UniversalCache(int, int, float, float, int, boolean) - Constructor for class org.aris.cache.universalcache.UniversalCache
Initialize the cache.
UniversalCache(int) - Constructor for class org.aris.cache.universalcache.UniversalCache
Creates a cache with a minimum of cacheObjectsAverage/2 and a maximum of 3 x cacheObjectsAverage /2 objects.
update(Object, Object) - Method in class org.aris.cache.idcache.IdCache
Update a key/value in the cache/store.
updateKey(Object, Object) - Method in interface org.aris.cache.idcache.CacheCallBackI
This is called when an update() is invoked in the cache.
updateLastActionsDepth() - Method in class org.aris.actionservlet.Action
Updates the depth of the lastActions.

A C D E F G H I K L N O P Q R S T U X