API Overview
API Index
Package Overview
Direct link to this page
JavaOnTracks 0.1.2
net.jot.utils.caching.
CacheProvider
View Source
Author(s)
thibautc
Since
Version
Serial
Hierarchy
CacheProvider
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface CacheProvider
See also:
Methods
Hide/Show inherited methods
public
Object
readCacheItem
(
Object
key) throws
Exception
If an object is not cached yet, this will be called to get it.
If an object is not cached yet, this will be called to get it.
This will be called synchronized.
Returns:
Parameters:
-
key
-
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.5 ©Thibaut Colar