Houdini 20.0 hapi

hapi.getActiveCacheNames function

Get the names of the currently active caches.

Requires a valid active cache count which you get from: hapi.getActiveCacheCount.

Usage

getActiveCacheNames(session: hapi.Session, active_cache_count: int) → list of int

Get the names of the 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.

active_cache_count

The count returned by hapi.getActiveCacheCount.

Returns cache_names_array as a list of int.

hapi