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