public abstract class AbstractSessionCacheFactory extends Object implements SessionCacheFactory
| Constructor and Description |
|---|
AbstractSessionCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEvictionPolicy() |
boolean |
isFlushOnResponseCommit() |
boolean |
isRemoveUnloadableSessions() |
boolean |
isSaveOnCreate() |
boolean |
isSaveOnInactiveEvict() |
void |
setEvictionPolicy(int evictionPolicy) |
void |
setFlushOnResponseCommit(boolean flushOnResponseCommit) |
void |
setRemoveUnloadableSessions(boolean removeUnloadableSessions) |
void |
setSaveOnCreate(boolean saveOnCreate) |
void |
setSaveOnInactiveEvict(boolean saveOnInactiveEvict) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSessionCachepublic boolean isFlushOnResponseCommit()
public void setFlushOnResponseCommit(boolean flushOnResponseCommit)
flushOnResponseCommit - the flushOnResponseCommit to setpublic boolean isSaveOnCreate()
public void setSaveOnCreate(boolean saveOnCreate)
saveOnCreate - the saveOnCreate to setpublic boolean isRemoveUnloadableSessions()
public void setRemoveUnloadableSessions(boolean removeUnloadableSessions)
removeUnloadableSessions - the removeUnloadableSessions to setpublic int getEvictionPolicy()
public void setEvictionPolicy(int evictionPolicy)
evictionPolicy - the evictionPolicy to setpublic boolean isSaveOnInactiveEvict()
public void setSaveOnInactiveEvict(boolean saveOnInactiveEvict)
saveOnInactiveEvict - the saveOnInactiveEvict to setCopyright © 2010 - 2020 Adobe. All Rights Reserved