common-util

Uses of Interface
local.tomas.util.cache.CacheBackend

Packages that use CacheBackend
local.tomas.util.cache This package is used to build a fixed size cache of objects. 
 

Uses of CacheBackend in local.tomas.util.cache
 

Constructors in local.tomas.util.cache with parameters of type CacheBackend
CacheMap(CacheBackend<K,V> backend)
          Construct cache with specified backend and a default size of 1000.
CacheMap(CacheBackend<K,V> backend, int cacheSize)
          Construct cache with specified backend and size.
 


common-util

Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.