Interface EntityCapsPersistentCache
- All Known Implementing Classes:
SimpleDirectoryPersistentCache
public interface EntityCapsPersistentCache
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDiscoverInfoByNodePersistent(String nodeVer, DiscoverInfo info) Add an DiscoverInfo to the persistent Cache.voidEmpty the Cache.Lookup DiscoverInfo by a Node string.
-
Method Details
-
addDiscoverInfoByNodePersistent
Add an DiscoverInfo to the persistent Cache.- Parameters:
nodeVer- TODO javadoc me pleaseinfo- TODO javadoc me please
-
lookup
Lookup DiscoverInfo by a Node string.- Parameters:
nodeVer- TODO javadoc me please- Returns:
- DiscoverInfo.
-
emptyCache
void emptyCache()Empty the Cache.
-