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 0be74e2 commit 645e575Copy full SHA for 645e575
1 file changed
src/cachegalileo/__init__.py
@@ -1,3 +1,3 @@
1
-from .base import CacheConfigProvider, CacheLayer, GCache, GCacheConfig, GCacheKeyConfig, RedisConfig
+from .base import CacheConfigProvider, CacheLayer, GCache, GCacheConfig, GCacheKey, GCacheKeyConfig, RedisConfig
2
3
-__all__ = ["CacheConfigProvider", "CacheLayer", "GCache", "GCacheConfig", "GCacheKeyConfig", "RedisConfig"]
+__all__ = ["CacheConfigProvider", "CacheLayer", "GCache", "GCacheConfig", "GCacheKey", "GCacheKeyConfig", "RedisConfig"]
0 commit comments