Package | Description |
---|---|
org.jboss.jca.adapters.jdbc.util |
Util package with LRU Policy
|
Modifier and Type | Method and Description |
---|---|
protected void |
LRUCache.LRUList.entryAdded(LRUCache.LRUCacheEntry<K,V> entry)
Callback that signals that the given entry has been added to the cache.
|
protected void |
LRUCache.LRUList.entryPromotion(LRUCache.LRUCacheEntry<K,V> entry)
Callback that signals that the given entry is just about to be added.
|
protected void |
LRUCache.LRUList.entryRemoved(LRUCache.LRUCacheEntry<K,V> entry)
Callback that signals that the given entry has been removed from the cache.
|
protected void |
LRUCache.LRUList.promote(LRUCache.LRUCacheEntry<K,V> entry)
Promotes the cache entry
entry to the last used position
of the list. |
protected void |
LRUCache.LRUList.remove(LRUCache.LRUCacheEntry<K,V> entry)
Removes from the cache list the specified entry.
|
void |
LRUCache.LRUCacheEntry.setNext(LRUCache.LRUCacheEntry<K,V> v)
Set next
|
void |
LRUCache.LRUCacheEntry.setPrev(LRUCache.LRUCacheEntry<K,V> v)
Set prev
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)