ahvn.cache.in_mem_cache module¶
In-memory cache backend.
- class ahvn.cache.in_mem_cache.InMemCache(exclude=None, *args, **kwargs)[source]¶
Bases:
BaseCacheAn implementation of BaseCache that stores data in memory as Python dictionaries.
In-memory cache backend.
Bases: BaseCache
An implementation of BaseCache that stores data in memory as Python dictionaries.