|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.oscache.plugins.diskpersistence.AbstractDiskPersistenceListener
com.opensymphony.oscache.plugins.diskpersistence.DiskPersistenceListener
public class DiskPersistenceListener
Persist the cache data to disk. The code in this class is totally not thread safe it is the resonsibility of the cache using this persistence listener to handle the concurrency.
| Field Summary |
|---|
| Fields inherited from class com.opensymphony.oscache.plugins.diskpersistence.AbstractDiskPersistenceListener |
|---|
APPLICATION_CACHE_SUBPATH, CACHE_EXTENSION, CACHE_PATH_KEY, CONTEXT_TMPDIR, GROUP_DIRECTORY, SESSION_CACHE_SUBPATH |
| Constructor Summary | |
|---|---|
DiskPersistenceListener()
|
|
| Method Summary | |
|---|---|
protected char[] |
getCacheFileName(java.lang.String key)
Build cache file name for the specified cache entry key. |
| Methods inherited from class com.opensymphony.oscache.plugins.diskpersistence.AbstractDiskPersistenceListener |
|---|
adjustFileCachePath, clear, configure, getCacheFile, getCachePath, getContextTmpDir, getRoot, initFileCaching, isGroupStored, isStored, remove, remove, removeGroup, retrieve, retrieveGroup, store, store, storeGroup |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiskPersistenceListener()
| Method Detail |
|---|
protected char[] getCacheFileName(java.lang.String key)
getCacheFileName in class AbstractDiskPersistenceListenerkey - Cache Entry Key.
|
OSCache Project Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||