Package SK.gnome.dwarf.utils.cache

Provides universal cache management.

See:
          Description

Interface Summary
Cache Provides interface for a cache.
Cacheable Provides an extended functionality for the cached objects.
Pool Provides interface for an object pool.
 

Class Summary
Cacheable.CacheEvent The cache event.
LFUCache This class implements cache using the LFU algorithm.
LRUCache This class implements generic cache using the LRU algorithm.
LRUCache.CacheEntry This class represents the cached object.
SimplePool This class implements simple object pool with a maximum size limit.
 

Package SK.gnome.dwarf.utils.cache Description

Provides universal cache management.



Copyright (c) 1999-2005, Gnome Ltd. All rights reserved.