JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
com.qubitpi.ws.jersey.template.cache.LruCache
Packages that use
LruCache
Package
Description
com.qubitpi.ws.jersey.template.cache
Uses of
LruCache
in
com.qubitpi.ws.jersey.template.cache
Methods in
com.qubitpi.ws.jersey.template.cache
that return
LruCache
Modifier and Type
Method
Description
static <K,
V> @NotNull
LruCache
<K,
V>
LruCache.
ofSize
(int cacheSize)
Creates a new instance of
LruCache
with the provided maximum number of entries hold in the cache.