public abstract class AbstractSessionCacheFactory extends java.lang.Object implements SessionCacheFactory
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
_evictionPolicy |
(package private) boolean |
_flushOnResponseCommit |
(package private) boolean |
_removeUnloadableSessions |
(package private) boolean |
_saveOnCreate |
(package private) boolean |
_saveOnInactiveEvict |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSessionCacheint _evictionPolicy
boolean _saveOnInactiveEvict
boolean _saveOnCreate
boolean _removeUnloadableSessions
boolean _flushOnResponseCommit
public 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 set