Uses of Class
org.jboss.jca.adapters.jdbc.util.LRUCache.LRUCacheEntry
-
Packages that use LRUCache.LRUCacheEntry Package Description org.jboss.jca.adapters.jdbc.util Util package with LRU Policy -
-
Uses of LRUCache.LRUCacheEntry in org.jboss.jca.adapters.jdbc.util
Methods in org.jboss.jca.adapters.jdbc.util with parameters of type LRUCache.LRUCacheEntry Modifier and Type Method Description protected voidLRUCache.LRUList. entryAdded(LRUCache.LRUCacheEntry<K,V> entry)Callback that signals that the given entry has been added to the cache.protected voidLRUCache.LRUList. entryPromotion(LRUCache.LRUCacheEntry<K,V> entry)Callback that signals that the given entry is just about to be added.protected voidLRUCache.LRUList. entryRemoved(LRUCache.LRUCacheEntry<K,V> entry)Callback that signals that the given entry has been removed from the cache.protected voidLRUCache.LRUList. promote(LRUCache.LRUCacheEntry<K,V> entry)Promotes the cache entryentryto the last used position of the list.protected voidLRUCache.LRUList. remove(LRUCache.LRUCacheEntry<K,V> entry)Removes from the cache list the specified entry.voidLRUCache.LRUCacheEntry. setNext(LRUCache.LRUCacheEntry<K,V> v)Set nextvoidLRUCache.LRUCacheEntry. setPrev(LRUCache.LRUCacheEntry<K,V> v)Set prev
-