Package generic.cache
-
Interface Summary Interface Description BasicFactory<T> Factory<K,V> A simple interface that can build, lookup or otherwise return a valueV
for a keyK
. -
Class Summary Class Description CachingPool<T> A thread-safe pool that knows how to create instances as needed.CountingBasicFactory<T> FixedSizeMRUCachingFactory<K,V> An object that will cache values returned from the given factory.