- 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 SummaryMethods inherited from interface org.jooq.Scopeconfiguration, creationTime, data, data, data, dialect, dsl, family, settings
- 
Method Details- 
cacheTypeCacheType cacheType()The cache type for which a cache should be provided.
 
-