JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.jooq.CacheContext
Packages that use
CacheContext
Package
Description
org.jooq
This package contains jOOQ's public API.
Uses of
CacheContext
in
org.jooq
Methods in
org.jooq
with parameters of type
CacheContext
Modifier and Type
Method
Description
@Nullable
Map
<
Object
,
Object
>
CacheProvider.
provide
(
CacheContext
context)
Provide a thread safe map for the given
CacheType
.