Skip to content

Commit 0a60dad

Browse files
committed
forgot to add is_adapter_async to AsyncCacheWrapper
1 parent 582d5a7 commit 0a60dad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

privex/helpers/cache/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ class AsyncCacheWrapper(CacheWrapper):
578578

579579
instance_args = []
580580
instance_kwargs = {}
581+
is_adapter_async: bool = True
581582

582583
default_adapter: Union[Type[AsyncCacheAdapter], str] = settings.DEFAULT_ASYNC_CACHE_ADAPTER
583584
"""The default adapter class to instantiate if :py:attr:`.cache_instance` is ``None``"""

0 commit comments

Comments
 (0)