|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.easyjf.cache.store.StorePolicy
缓存存储算法策略
| Field Summary | |
static int |
FIFO
FIFO - 先进先出算法 |
static int |
LFU
LFU - least frequently used |
static int |
LRU
LRU - least recently used |
| Constructor Summary | |
StorePolicy()
|
|
| Method Summary | |
static int |
get(java.lang.String name)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int LRU
public static final int LFU
public static final int FIFO
| Constructor Detail |
public StorePolicy()
| Method Detail |
public static int get(java.lang.String name)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||