JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.graphwalker.java.source.cache
Interface Cache<K,
V>
All Known Implementing Classes:
SimpleCache
public interface
Cache<K,
V>
Author:
Nils Olsson
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
add
(
K
key,
V
value)
boolean
contains
(
K
key)
V
get
(
K
key)
Method Details
add
void
add
(
K
key,
V
value)
get
V
get
(
K
key)
contains
boolean
contains
(
K
key)