common-util

Package local.tomas.util.cache

This package is used to build a fixed size cache of objects.

See:
          Description

Interface Summary
CacheBackend<K,V> Interface for cache backends.
 

Class Summary
CacheItem<K,V> Cache item.
CacheMap<K,V> A fixed size cache of objects.
 

Exception Summary
CacheException Cache exception.
 

Package local.tomas.util.cache Description

This package is used to build a fixed size cache of objects. The cache is backed up by an abstract CacheBackend.


common-util

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