Aeros.caching¶
Module Contents¶
Classes¶
This class is used to control the cache objects. |
|
This class is used to control the cache objects. |
|
This class is used to control the cache objects. |
-
class
Aeros.caching.SimpleCache(*args, **kwargs)[source]¶ Bases:
Aeros.patches.flask_caching.CacheThis class is used to control the cache objects.
-
class
Aeros.caching.FilesystemCache(directory: str, *args, **kwargs)[source]¶ Bases:
Aeros.patches.flask_caching.CacheThis class is used to control the cache objects.
-
class
Aeros.caching.RedisCache(host: str, port: int, password: str = '', db: int = 0, *args, **kwargs)[source]¶ Bases:
Aeros.patches.flask_caching.CacheThis class is used to control the cache objects.