Package org.jboss.jca.adapters.jdbc.util
Util package with LRU Policy
-
Interface Summary Interface Description Cache<K,V> Interface that specifies a policy for caches.CacheListener<V> A cache listener -
Class Summary Class Description Injection Injection utility which can inject values into objects.LRUCache<K,V> Implementation of a Least Recently Used cache policy.ReentrantLock ReentrantLock override