Houdini 20.0 hapi

hapi.getCacheProperty function

Lets you inspect specific properties of the different memory

Usage

getCacheProperty(session: hapi.Session, cache_name: str, cache_property: hapi.cacheProperty) → int

Lets you inspect specific properties of the different memory caches in the current Houdini context.

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.

cache_name

Cache name from hapi.getActiveCacheNames.

cache_property

The specific property of the cache to get the value for.

Returns property_value as a int.

hapi