Aeros.caching

Module Contents

Classes

SimpleCache

This class is used to control the cache objects.

FilesystemCache

This class is used to control the cache objects.

RedisCache

This class is used to control the cache objects.

class Aeros.caching.SimpleCache(*args, **kwargs)[source]

Bases: Aeros.patches.flask_caching.Cache

This class is used to control the cache objects.

class Aeros.caching.FilesystemCache(directory: str, *args, **kwargs)[source]

Bases: Aeros.patches.flask_caching.Cache

This 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.Cache

This class is used to control the cache objects.