public interface IsisCacheBackend
Modifier and Type | Interface and Description |
---|---|
static interface |
IsisCacheBackend.Factory |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
get(TimeStep step,
String key) |
String |
getStat()
get specific backend cache statistic
|
void |
put(TimeStep step,
String key,
Object value) |
void |
removeStep(Object key) |
Copyright © 1999–2020 CodeLutin. All rights reserved.