privex.helpers.cache.asyncx.base

Core classes/functions used by AsyncIO Cache Adapters, including the base class AsyncCacheAdapter

Classes

AsyncCacheAdapter(*args, enter_reconnect, …)

AsyncCacheAdapter is an abstract base class based on CacheAdapter, but with all methods designated as coroutines.