JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
ru.cwcode.cwutils.cache.Cache
Packages that use
Cache
Package
Description
ru.cwcode.cwutils.cache
Uses of
Cache
in
ru.cwcode.cwutils.cache
Methods in
ru.cwcode.cwutils.cache
that return
Cache
Modifier and Type
Method
Description
static <T>
Cache
<T>
Cache.
of
(
Supplier
<T> supplier,
Duration
timeToUpdate)