-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.interfaces.Advertiser
public interface GraphManager implements Advertiser<GraphManager.Listener>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
GraphManager.Listener
-
Method Summary
Modifier and Type Method Description abstract boolean
hasContentForSite(Site site)
Checks if graph content is available for a site. -
-
Method Detail
-
hasContentForSite
abstract boolean hasContentForSite(Site site)
Checks if graph content is available for a site. First checks cache, then checks storage (also loads graph into cache, if exists).
-
-
-
-