|
|||||||||
| 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 StoredoStartUp in interface ConfigurationListenerpublic void doShutDown()
doShutDown in interface StoredoShutDown in interface ConfigurationListenerpublic int getCount()
getCount in interface Storepublic void removeAll()
removeAll in interface Store
public java.lang.Object get(CacheDictionary dictionary,
java.lang.Object key)
get in interface Storeprotected 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 | ||||||||