public abstract class RedisCacheStoreBase
extends java.lang.Object
| コンストラクタと説明 |
|---|
RedisCacheStoreBase(RedisCacheStoreFactory factory,
java.lang.String namespace,
long timeToLive,
boolean isSave) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addCacheEventListenner(CacheEventListener listener) |
protected java.lang.Object |
decodeBase64(java.lang.String src) |
protected java.lang.String |
encodeBase64(java.lang.Object obj) |
CacheStoreFactory |
getFactory() |
java.util.List<CacheEventListener> |
getListeners() |
java.lang.String |
getNamespace() |
protected long |
getTimeToLive() |
protected boolean |
hasListener() |
protected boolean |
isSave() |
protected void |
notifyInvalidated(CacheEntry entry) |
protected void |
notifyPut(CacheEntry entry) |
protected void |
notifyRemoved(CacheEntry entry) |
protected void |
notifyUpdated(CacheEntry preEntry,
CacheEntry entry) |
void |
removeCacheEventListenner(CacheEventListener listener) |
public RedisCacheStoreBase(RedisCacheStoreFactory factory, java.lang.String namespace, long timeToLive, boolean isSave)
public java.lang.String getNamespace()
public CacheStoreFactory getFactory()
public void addCacheEventListenner(CacheEventListener listener)
public void removeCacheEventListenner(CacheEventListener listener)
public java.util.List<CacheEventListener> getListeners()
protected long getTimeToLive()
protected boolean isSave()
protected void notifyRemoved(CacheEntry entry)
protected void notifyPut(CacheEntry entry)
protected void notifyUpdated(CacheEntry preEntry,
CacheEntry entry)
protected void notifyInvalidated(CacheEntry entry)
protected boolean hasListener()
protected java.lang.String encodeBase64(java.lang.Object obj)
protected java.lang.Object decodeBase64(java.lang.String src)