Package generic.cache


package generic.cache
  • Class
    Description
     
    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 value V for a key K.
    An object that will cache values returned from the given factory.