JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.virtualan.core.model
Interface Cache<K,
T>
public interface
Cache<K,
T>
This is Cache interface for virtualan.
Author:
Elan Thangamani
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Map
<
K
,
T
>
readAll
()
T
readById
(
K
id)
void
remove
(
K
key)
void
update
(
K
key,
T
mock)
Method Details
readAll
Map
<
K
,
T
>
readAll
()
update
void
update
(
K
key,
T
mock)
remove
void
remove
(
K
key)
readById
T
readById
(
K
id)