Package | Description |
---|---|
com.google.common.cache |
This package contains caching utilities.
|
Modifier and Type | Field and Description |
---|---|
(package private) LocalCache.EntryFactory |
LocalCache.entryFactory
Factory used to create new entries.
|
(package private) static LocalCache.EntryFactory[] |
LocalCache.EntryFactory.factories
Look-up table for factories.
|
Modifier and Type | Method and Description |
---|---|
(package private) static LocalCache.EntryFactory |
LocalCache.EntryFactory.getFactory(LocalCache.Strength keyStrength,
boolean usesAccessQueue,
boolean usesWriteQueue) |
static LocalCache.EntryFactory |
LocalCache.EntryFactory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalCache.EntryFactory[] |
LocalCache.EntryFactory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|