A C D E F G H I J L M O P Q R S T U X

L

LFU - Static variable in class com.easyjf.cache.store.StorePolicy
LFU - least frequently used
LRU - Static variable in class com.easyjf.cache.store.StorePolicy
LRU - least recently used
LfuMemoryStore - class com.easyjf.cache.store.LfuMemoryStore.
Least Frequently Used (LFU) implementation of the memory store.
LfuMemoryStore.ElementComparator - class com.easyjf.cache.store.LfuMemoryStore.ElementComparator.
A comparator class compares two elements.
LfuMemoryStore.ElementComparator() - Constructor for class com.easyjf.cache.store.LfuMemoryStore.ElementComparator
 
LruMemoryStore - class com.easyjf.cache.store.LruMemoryStore.
An implementation of a LruMemoryStore.
LruMemoryStore(ICache) - Constructor for class com.easyjf.cache.store.LruMemoryStore
Constructor for the LruMemoryStore object The backing LinkedHashMap is created with LRU by access order.
LruMemoryStore.SpoolingLRUMap - class com.easyjf.cache.store.LruMemoryStore.SpoolingLRUMap.
An LRU Map implementation based on Apache Commons LRUMap.
LruMemoryStore.SpoolingLRUMap() - Constructor for class com.easyjf.cache.store.LruMemoryStore.SpoolingLRUMap
Constructor.
LruMemoryStore.SpoolingLinkedHashMap - class com.easyjf.cache.store.LruMemoryStore.SpoolingLinkedHashMap.
An extension of LinkedHashMap which overrides #removeEldestEntry to persist cache entries to the auxiliary cache before they are removed.
LruMemoryStore.SpoolingLinkedHashMap() - Constructor for class com.easyjf.cache.store.LruMemoryStore.SpoolingLinkedHashMap
Default constructor.
list(Class, String) - Method in interface com.easyjf.dbo.IDbOperation
 
list(Class, String, List) - Method in interface com.easyjf.dbo.IDbOperation
 
list(Class, String, List, String) - Method in interface com.easyjf.dbo.IDbOperation
 
list(Class, String, List, String, int, int) - Method in interface com.easyjf.dbo.IDbOperation
 
loadMapInstance() - Method in class com.easyjf.cache.store.LruMemoryStore
Tries to load a LinkedHashMap (JDK1.4) and then tries to load an LRUMap.
lock(Object) - Method in class com.easyjf.cache.EasyCache
 
lock(Object) - Method in interface com.easyjf.cache.ICache
 

A C D E F G H I J L M O P Q R S T U X