Usage ¶
getActiveCacheCount(session
: hapi.Session) → int
Get the number of currently active caches.
session
The session of Houdini you are interacting with. See hapi.Session for more on sessions. Pass None to just use the default in-process session.
Returns active_cache_count as a int
.