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