JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
tigase.db.jdbc
JDBCRepository
IRepoCache
Contents
Description
Method Summary
Method Details
get(Object)
put(K, V)
remove(Object)
Hide sidebar
Show sidebar
Interface JDBCRepository.IRepoCache<
K
,
V
>
Enclosing class:
JDBCRepository
public static interface
JDBCRepository.IRepoCache<K,
V>
Author:
Artur Hefczyc
,
Daniele
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
V
get
(
Object
key)
V
put
(
K
key,
V
value)
V
remove
(
Object
key)
Method Details
get
V
get
(
Object
key)
put
V
put
(
K
key,
V
value)
remove
V
remove
(
Object
key)