ehcache

Constant Field Values


Contents
net.sf.*

net.sf.ehcache.Cache
public static final java.lang.String DEFAULT_CACHE_NAME "default"
public static final long DEFAULT_EXPIRY_THREAD_INTERVAL_SECONDS 120L
public static final java.lang.String NET_SF_EHCACHE_DISABLED "net.sf.ehcache.disabled"
public static final java.lang.String NET_SF_EHCACHE_USE_CLASSIC_LRU "net.sf.ehcache.use.classic.lru"

net.sf.ehcache.CacheManager
public static final java.lang.String ENABLE_SHUTDOWN_HOOK_PROPERTY "net.sf.ehcache.enableShutdownHook"

net.sf.ehcache.Statistics
public static final int STATISTICS_ACCURACY_BEST_EFFORT 1
public static final int STATISTICS_ACCURACY_GUARANTEED 2
public static final int STATISTICS_ACCURACY_NONE 0

net.sf.ehcache.concurrent.StripedReadWriteLockSync
public static final int DEFAULT_NUMBER_OF_MUTEXES 2048

net.sf.ehcache.concurrent.Sync
public static final long ONE_CENTURY 3155695200000L
public static final long ONE_DAY 86400000L
public static final long ONE_HOUR 3600000L
public static final long ONE_MINUTE 60000L
public static final long ONE_SECOND 1000L
public static final long ONE_WEEK 604800000L
public static final long ONE_YEAR 31556952000L

net.sf.ehcache.distribution.EventMessage
public static final int PUT 0
public static final int REMOVE 1
public static final int REMOVE_ALL 3

net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider
protected static final int SHORT_DELAY 100

net.sf.ehcache.distribution.RMIBootstrapCacheLoaderFactory
public static final java.lang.String BOOTSTRAP_ASYNCHRONOUSLY "bootstrapAsynchronously"
protected static final int DEFAULT_MAXIMUM_CHUNK_SIZE_BYTES 5000000
protected static final int FIVE_KB 5000
public static final java.lang.String MAXIMUM_CHUNK_SIZE_BYTES "maximumChunkSizeBytes"
protected static final int ONE_HUNDRED_MB 100000000

net.sf.ehcache.distribution.RMICacheReplicatorFactory
protected static final int DEFAULT_ASYNCHRONOUS_REPLICATION_INTERVAL_MILLIS 1000

net.sf.ehcache.hibernate.EhCacheProvider
public static final java.lang.String NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME "net.sf.ehcache.configurationResourceName"

net.sf.ehcache.hibernate.SingletonEhCacheProvider
public static final java.lang.String NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME "net.sf.ehcache.configurationResourceName"

net.sf.ehcache.management.sampled.SampledEhcacheMBeans
public static final java.lang.String GROUP_ID "net.sf.ehcache"
public static final java.lang.String SAMPLED_CACHE_MANAGER_TYPE "SampledCacheManager"
public static final java.lang.String SAMPLED_CACHE_TYPE "SampledCache"

net.sf.ehcache.store.DiskStore
public static final java.lang.String AUTO_DISK_PATH_DIRECTORY_PREFIX "ehcache_auto_created"

net.sf.ehcache.store.FifoPolicy
public static final java.lang.String NAME "FIFO"

net.sf.ehcache.store.LfuPolicy
public static final java.lang.String NAME "LFU"

net.sf.ehcache.store.LruPolicy
public static final java.lang.String NAME "LRU"

net.sf.ehcache.store.MemoryStore
protected static final int CONCURRENCY_LEVEL 100
protected static final float DEFAULT_LOAD_FACTOR 0.75f
protected static final int TOO_LARGE_TO_EFFICIENTLY_ITERATE 5


ehcache

true