We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582d5a7 commit 0a60dadCopy full SHA for 0a60dad
privex/helpers/cache/__init__.py
@@ -578,6 +578,7 @@ class AsyncCacheWrapper(CacheWrapper):
578
579
instance_args = []
580
instance_kwargs = {}
581
+ is_adapter_async: bool = True
582
583
default_adapter: Union[Type[AsyncCacheAdapter], str] = settings.DEFAULT_ASYNC_CACHE_ADAPTER
584
"""The default adapter class to instantiate if :py:attr:`.cache_instance` is ``None``"""
0 commit comments