-
static interface
Writable
MetaParam
instances are those that the user can provide
to be stored as part of the cache entry.
static class
static final class
Read only metadata parameter representing a cached entry's created time
in milliseconds.
static class
Writable metadata parameter representing a cached entry's generic version.
static final class
Read only metadata parameter representing a cached entry's last used time
in milliseconds.
static final class
Writable metadata parameter representing a cached entry's millisecond lifespan.
static final class
Non-writable parameter telling if the entry was loaded from a persistence tier
(
CacheLoader
) or not.
static class
Abstract class for numeric long-based metadata parameter instances.
static final class
Writable metadata parameter representing a cached entry's millisecond
max idle time.
static final class
A parameter to tell if the creation timestamp should be updated for modified entries.
Returns a non-empty
Optional
instance containing a metadata
parameter instance that can be assigned to the type
Class
passed in, or an empty
Optional
if no metadata can be assigned
to that type.
-
void
MetaParamsInternalMetadata.Builder.add(MetaParam<?> metaParam)
void