- All Superinterfaces:
Scope
The parameter object passed to the
CacheProvider.provide(CacheContext)
method.
This Scope
is very short lived, for the duration of a cache
implementation lookup of one of the various internal CacheType
caches.
It does not live in the context of a parent Scope
, and as such, does
not have access to any Scope.data()
from another Scope
.
- Author:
- Lukas Eder
-
Method Summary
Methods inherited from interface org.jooq.Scope
configuration, creationTime, data, data, data, dialect, dsl, family, settings
-
Method Details
-
cacheType
CacheType cacheType()The cache type for which a cache should be provided.
-