Package fr.ifremer.isisfish.util.cache
Interface IsisCacheBackend
- All Known Implementing Classes:
IsisCacheBackendOnGuava
,IsisCacheBackendOnReferenceMap
public interface IsisCacheBackend
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
-
Nested Class Summary
-
Method Summary
-
Method Details
-
get
-
put
-
clear
void clear() -
removeStep
-
getStat
String getStat()get specific backend cache statistic- Returns:
- backend specific string cache stat representation
-