Uses of Class
org.jboss.jca.adapters.jdbc.util.LRUCache.LRUCacheEntry
Packages that use LRUCache.LRUCacheEntry
-
Uses of LRUCache.LRUCacheEntry in org.jboss.jca.adapters.jdbc.util
Methods in org.jboss.jca.adapters.jdbc.util with parameters of type LRUCache.LRUCacheEntryModifier and TypeMethodDescriptionprotected voidLRUCache.LRUList.entryAdded(LRUCache<K, V>.LRUCacheEntry<K, V> entry) Callback that signals that the given entry has been added to the cache.protected voidLRUCache.LRUList.entryPromotion(LRUCache<K, V>.LRUCacheEntry<K, V> entry) Callback that signals that the given entry is just about to be added.protected voidLRUCache.LRUList.entryRemoved(LRUCache<K, V>.LRUCacheEntry<K, V> entry) Callback that signals that the given entry has been removed from the cache.protected voidPromotes the cache entryentryto the last used position of the list.protected voidRemoves from the cache list the specified entry.voidSet nextvoidSet prev