Uses of Class
org.jboss.util.LRUCachePolicy.LRUList
-
Packages that use LRUCachePolicy.LRUList Package Description org.jboss.util Utility classes and interfaces. -
-
Uses of LRUCachePolicy.LRUList in org.jboss.util
Fields in org.jboss.util declared as LRUCachePolicy.LRUList Modifier and Type Field Description protected LRUCachePolicy.LRUList
LRUCachePolicy. m_list
The linked list used to implement the LRU algorithmMethods in org.jboss.util that return LRUCachePolicy.LRUList Modifier and Type Method Description protected LRUCachePolicy.LRUList
LRUCachePolicy. createList()
Factory method for the linked list used by this cache implementation.
-