The following example demonstrates basic usage of the Cachify class.
--8<-- "examples/caching/basic.py"The following example demonstrates usage of the Cachify class as a context manager.
--8<-- "examples/caching/context.py"The following example demonstrates usage of the Cachify class to cache objects.
--8<-- "examples/caching/objects.py"