|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spoledge.audao.db.dao.gae.MemcacheDtoCacheFactoryImpl<K,V>
public class MemcacheDtoCacheFactoryImpl<K,V>
This is a DtoCacheFactory which uses MemcacheService caches.
| Constructor Summary | |
|---|---|
MemcacheDtoCacheFactoryImpl(java.lang.String name)
Creates a new factory. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MemcacheDtoCacheFactoryImpl(java.lang.String name)
| Method Detail |
|---|
public DtoCache<K,V> createDtoCache(int maxSize)
createDtoCache in interface DtoCacheFactory<K,V>
public DtoCache<K,V> createDtoCache(long expireMillis,
int maxSize)
createDtoCache in interface DtoCacheFactory<K,V>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||