Interface NodeCache
-
- All Known Implementing Classes:
NodeCacheImpl
public interface NodeCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getEntry(java.lang.Long key)
void
refreshEntry(java.lang.Long key)
-