caching module¶
Utilities for caching.
clear_pycache function¶
Clear pycache folders and .pyc files.
Cacheable class¶
Class that contains cacheable properties and methods.
Required to register cacheable_property and cacheable_method().
See vectorbtpro.registries.ca_registry for details on the caching procedure.
Subclasses
get_ca_setup class method¶
Get instance setup of type CAInstanceSetup if the instance method was called and class setup of type CAClassSetup otherwise.