Uses of Interface
org.jboss.jca.adapters.jdbc.util.Cache
-
Packages that use Cache Package Description org.jboss.jca.adapters.jdbc.util Util package with LRU Policy -
-
Uses of Cache in org.jboss.jca.adapters.jdbc.util
Classes in org.jboss.jca.adapters.jdbc.util that implement Cache Modifier and Type Class Description classLRUCache<K,V>Implementation of a Least Recently Used cache policy.
-