We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c863de commit a318125Copy full SHA for a318125
1 file changed
README.md
@@ -44,9 +44,7 @@ from pathlib import Path
44
# Create custom configuration
45
config = CacheConfig(
46
cache_dir=Path("cache_directory"),
47
- max_size_bytes=1024 * 1024 * 1024, # 1GB
48
cleanup_interval=timedelta(days=7),
49
- compression=True
50
)
51
52
# Initialize cache with configuration
0 commit comments