站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

Uses of Class org.jboss.util.LRUCachePolicy.LRUCacheEntry (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


Uses of Class
org.jboss.util.LRUCachePolicy.LRUCacheEntry

Packages that use LRUCachePolicy.LRUCacheEntry
org.jboss.util Utility classes and interfaces. 
 

Uses of LRUCachePolicy.LRUCacheEntry in org.jboss.util
 

Fields in org.jboss.util declared as LRUCachePolicy.LRUCacheEntry
 LRUCachePolicy.LRUCacheEntry LRUCachePolicy.LRUList.m_head
          The head of the double linked list
 LRUCachePolicy.LRUCacheEntry LRUCachePolicy.LRUList.m_tail
          The tail of the double linked list
 LRUCachePolicy.LRUCacheEntry LRUCachePolicy.LRUCacheEntry.m_next
          Reference to the next cell in the list
 LRUCachePolicy.LRUCacheEntry LRUCachePolicy.LRUCacheEntry.m_prev
          Reference to the previous cell in the list
 

Methods in org.jboss.util that return LRUCachePolicy.LRUCacheEntry
protected  LRUCachePolicy.LRUCacheEntry LRUCachePolicy.createCacheEntry(Object key, Object value)
          Factory method for cache entries
 

Methods in org.jboss.util with parameters of type LRUCachePolicy.LRUCacheEntry
protected  void LRUCachePolicy.ageOut(LRUCachePolicy.LRUCacheEntry entry)
          Callback method called when the cache algorithm ages out of the cache the given entry.
protected  void LRUCachePolicy.LRUList.promote(LRUCachePolicy.LRUCacheEntry entry)
          Promotes the cache entry entry to the last used position of the list.
protected  void LRUCachePolicy.LRUList.remove(LRUCachePolicy.LRUCacheEntry entry)
          Removes from the cache list the specified entry.
protected  void LRUCachePolicy.LRUList.entryPromotion(LRUCachePolicy.LRUCacheEntry entry)
          Callback that signals that the given entry is just about to be added.
protected  void LRUCachePolicy.LRUList.entryAdded(LRUCachePolicy.LRUCacheEntry entry)
          Callback that signals that the given entry has been added to the cache.
protected  void LRUCachePolicy.LRUList.entryRemoved(LRUCachePolicy.LRUCacheEntry entry)
          Callback that signals that the given entry has been removed from the cache.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.