cache
cache.in_memory_cache
InMemoryCache
__enter__
Enter the runtime context related to the object.
Returns:
self
- The instance itself.
__exit__
Exit the runtime context related to the object.
Arguments:
exc_type
- The exception type if an exception was raised in the context.exc_value
- The exception value if an exception was raised in the context.traceback
- The traceback if an exception was raised in the context.