|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.servingxml.io.cache.SimpleStore
public class SimpleStore
Manages a list of cache entries.
Constructor Summary | |
---|---|
SimpleStore()
|
Method Summary | |
---|---|
void |
add(CacheDictionary dictionary,
java.lang.Object key,
java.lang.Object data,
Expirable expirable,
RevalidationType revalidationType)
|
void |
doShutDown()
|
void |
doStartUp()
|
java.lang.Object |
get(CacheDictionary dictionary,
java.lang.Object key)
|
int |
getCount()
|
protected void |
remove(CacheEntry entry)
|
void |
removeAll()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleStore()
Method Detail |
---|
public void doStartUp()
doStartUp
in interface Store
doStartUp
in interface ConfigurationListener
public void doShutDown()
doShutDown
in interface Store
doShutDown
in interface ConfigurationListener
public int getCount()
getCount
in interface Store
public void removeAll()
removeAll
in interface Store
public java.lang.Object get(CacheDictionary dictionary, java.lang.Object key)
get
in interface Store
protected void remove(CacheEntry entry)
public void add(CacheDictionary dictionary, java.lang.Object key, java.lang.Object data, Expirable expirable, RevalidationType revalidationType)
add
in interface Store
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |