|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DtoCacheFactory<K,V>
Factory used for cache creating.
| Method Summary | |
|---|---|
DtoCache<K,V> |
createDtoCache(int maxSize)
Creates a cache with no expiration policy. |
DtoCache<K,V> |
createDtoCache(long expireMillis,
int maxSize)
Creates a cache with expiration policy. |
| Method Detail |
|---|
DtoCache<K,V> createDtoCache(int maxSize)
DtoCache<K,V> createDtoCache(long expireMillis,
int maxSize)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||