Constant Field Values
Contents
com.github.*
-
com.github.benmanes.caffeine.SingleConsumerQueue<E> Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.com.github.benmanes.caffeine.SingleConsumerQueue.SerializationProxy Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.base.UnsafeAccess Modifier and Type Constant Field Value static final java.lang.String
ANDROID
"THE_ONE"
static final java.lang.String
OPEN_JDK
"theUnsafe"
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.Async Modifier and Type Constant Field Value static final long
ASYNC_EXPIRY
6917529027641081854L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.Async.AsyncExpiry Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.Async.AsyncRemovalListener Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.Async.AsyncWeigher Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BLCHeader.DrainStatusRef Modifier and Type Constant Field Value static final int
IDLE
0
static final int
PROCESSING_TO_IDLE
2
static final int
PROCESSING_TO_REQUIRED
3
static final int
REQUIRED
1
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BoundedBuffer Modifier and Type Constant Field Value static final int
BUFFER_SIZE
16
static final int
MASK
15
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BoundedLocalCache Modifier and Type Constant Field Value static final double
HILL_CLIMBER_RESTART_THRESHOLD
0.05
static final double
HILL_CLIMBER_STEP_DECAY_RATE
0.98
static final double
HILL_CLIMBER_STEP_PERCENT
0.0625
static final long
MAXIMUM_CAPACITY
9223372034707292160L
static final long
MAXIMUM_EXPIRY
4611686018427387903L
static final double
PERCENT_MAIN
0.99
static final double
PERCENT_MAIN_PROTECTED
0.8
static final int
QUEUE_TRANSFER_THRESHOLD
1000
static final int
WRITE_BUFFER_MIN
4
static final int
WRITE_BUFFER_RETRIES
100
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BoundedLocalCache.BoundedLocalAsyncCache Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BoundedLocalCache.BoundedLocalAsyncLoadingCache Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BoundedLocalCache.BoundedLocalLoadingCache Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BoundedLocalCache.BoundedLocalManualCache Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BoundedLocalCache.PerformCleanupTask Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.BoundedWeigher Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.Buffer Modifier and Type Constant Field Value public static final int
FAILED
-1
public static final int
FULL
1
public static final int
SUCCESS
0
-
com.github.benmanes.caffeine.cache.Caffeine<K,V> Modifier and Type Constant Field Value static final int
DEFAULT_EXPIRATION_NANOS
0
static final int
DEFAULT_INITIAL_CAPACITY
16
static final int
DEFAULT_REFRESH_NANOS
0
static final int
UNSET_INT
-1
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.Caffeine.CacheWriterAdapter Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.CaffeineSpec Modifier and Type Constant Field Value static final java.lang.String
SPLIT_KEY_VALUE
"="
static final java.lang.String
SPLIT_OPTIONS
","
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.ExecutorServiceScheduler Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.FrequencySketch Modifier and Type Constant Field Value static final long
ONE_MASK
1229782938247303441L
static final long
RESET_MASK
8608480567731124087L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.GuardedScheduler Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.LocalAsyncCache.AsyncBulkCompleter.NullMapCompletionException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.LocalAsyncCache.CacheView<K,V> Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.LocalAsyncLoadingCache.LoadingCacheView Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.LocalCacheFactory Modifier and Type Constant Field Value public static final java.lang.String
ACCESS_TIME
"accessTime"
public static final java.lang.String
KEY
"key"
public static final java.lang.String
MAIN_PROTECTED_MAXIMUM
"mainProtectedMaximum"
public static final java.lang.String
MAIN_PROTECTED_WEIGHTED_SIZE
"mainProtectedWeightedSize"
public static final java.lang.String
MAXIMUM
"maximum"
public static final java.lang.String
VALUE
"value"
public static final java.lang.String
WEIGHTED_SIZE
"weightedSize"
public static final java.lang.String
WINDOW_MAXIMUM
"windowMaximum"
public static final java.lang.String
WINDOW_WEIGHTED_SIZE
"windowWeightedSize"
public static final java.lang.String
WRITE_TIME
"writeTime"
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.Node Modifier and Type Constant Field Value public static final int
PROBATION
1
public static final int
PROTECTED
2
public static final int
WINDOW
0
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.SerializationProxy Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.StripedBuffer Modifier and Type Constant Field Value static final int
ATTEMPTS
3
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.UnboundedLocalCache.UnboundedLocalAsyncCache Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.UnboundedLocalCache.UnboundedLocalAsyncLoadingCache Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.UnboundedLocalCache.UnboundedLocalLoadingCache Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.UnboundedLocalCache.UnboundedLocalManualCache Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.UnsafeAccess Modifier and Type Constant Field Value static final java.lang.String
ANDROID
"THE_ONE"
static final java.lang.String
OPEN_JDK
"theUnsafe"
-
com.github.benmanes.caffeine.cache.com.github.benmanes.caffeine.cache.WriteThroughEntry Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.guava.com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.guava.com.github.benmanes.caffeine.guava.CaffeinatedGuavaCache.CacheLoaderException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.guava.com.github.benmanes.caffeine.guava.CaffeinatedGuavaLoadingCache Modifier and Type Constant Field Value static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.guava.com.github.benmanes.caffeine.guava.CaffeinatedGuavaLoadingCache.BulkLoader Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.guava.com.github.benmanes.caffeine.guava.CaffeinatedGuavaLoadingCache.SingleLoader Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.jcache.EntryProxy<K,V> Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.jcache.configuration.CaffeineConfiguration<K,V> Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.jcache.event.com.github.benmanes.caffeine.jcache.event.JCacheEntryEvent Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.github.benmanes.caffeine.jcache.expiry.JCacheExpiryPolicy Modifier and Type Constant Field Value private static final long
serialVersionUID
1L