Interface Cache
-
- All Known Implementing Classes:
LocalCache
public interface Cache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringget(String key)voidput(String key, String nodeId)voidstart()voidstop()
-