Constant Field Values


Contents
com.opensymphony.*

com.opensymphony.oscache.base.AbstractCacheAdministrator
protected static final java.lang.String CACHE_ALGORITHM_KEY "cache.algorithm"
protected static final java.lang.String CACHE_BLOCKING_KEY "cache.blocking"
protected static final java.lang.String CACHE_CAPACITY_KEY "cache.capacity"
protected static final java.lang.String CACHE_DISK_UNLIMITED_KEY "cache.unlimited.disk"
protected static final java.lang.String CACHE_ENTRY_EVENT_LISTENERS "cache.event.listeners"
protected static final java.lang.String CACHE_MEMORY_KEY "cache.memory"
protected static final java.lang.String PERSISTENCE_CLASS "cache.persistence.class"

com.opensymphony.oscache.base.Cache
public static final java.lang.String NESTED_EVENT "NESTED"

com.opensymphony.oscache.base.CacheEntry
public static final int INDEFINITE_EXPIRY -1

com.opensymphony.oscache.base.EntryUpdateState
public static final int NOT_YET_UPDATING -1
public static final int UPDATE_CANCELLED 2
public static final int UPDATE_COMPLETE 1
public static final int UPDATE_IN_PROGRESS 0

com.opensymphony.oscache.base.algorithm.AbstractConcurrentReadCache
public static final float DEFAULT_LOAD_FACTOR 0.75f
protected final int DEFAULT_MAX_ENTRIES 100
protected static final java.lang.String NULL "_nul!~"
protected final int UNLIMITED 2147483646

com.opensymphony.oscache.extra.ScopeEventListenerImpl
public static final int APPLICATION_SCOPE 4
public static final int NB_SCOPES 4
public static final int PAGE_SCOPE 1
public static final int REQUEST_SCOPE 2
public static final int SESSION_SCOPE 3

com.opensymphony.oscache.web.ServletCacheAdministrator
public static final java.lang.String APPLICATION_SCOPE_NAME "application"
public static final java.lang.String HASH_KEY_CONTEXT_TMPDIR "context.tempdir"
public static final java.lang.String HASH_KEY_SCOPE "scope"
public static final java.lang.String HASH_KEY_SESSION_ID "sessionId"
public static final java.lang.String SESSION_SCOPE_NAME "session"


See www.opensymphony.com for more information.