Constant Field Values

Contents

net.sf.*

  • net.sf.ehcache.constructs.CacheDecoratorFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String DASH "-"
  • net.sf.ehcache.hibernate.EhCacheProvider 
    Modifier and Type Constant Field Value
    public static final java.lang.String NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME "net.sf.ehcache.configurationResourceName"
  • net.sf.ehcache.hibernate.EhCacheRegionFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NET_SF_EHCACHE_CACHE_MANAGER_NAME "net.sf.ehcache.cacheManagerName"
    public static final java.lang.String NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME "net.sf.ehcache.configurationResourceName"
  • net.sf.ehcache.hibernate.SingletonEhCacheProvider 
    Modifier and Type Constant Field Value
    public static final java.lang.String NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME "net.sf.ehcache.configurationResourceName"
  • net.sf.ehcache.hibernate.SingletonEhCacheRegionFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NET_SF_EHCACHE_CACHE_MANAGER_NAME "net.sf.ehcache.cacheManagerName"
    public static final java.lang.String NET_SF_EHCACHE_CONFIGURATION_RESOURCE_NAME "net.sf.ehcache.configurationResourceName"
  • net.sf.ehcache.pool.sizeof.AgentSizeOf 
    Modifier and Type Constant Field Value
    public static final java.lang.String BYPASS_LOADING "net.sf.ehcache.pool.sizeof.AgentSizeOf.bypass"
  • net.sf.ehcache.store.FifoPolicy 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "FIFO"
  • net.sf.ehcache.store.LfuPolicy 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "LFU"
  • net.sf.ehcache.store.LruPolicy 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "LRU"
  • net.sf.ehcache.store.Store 
    Modifier and Type Constant Field Value
    public static final java.lang.String CLUSTER_COHERENT "ClusterCoherent"
    public static final java.lang.String NODE_COHERENT "NodeCoherent"