Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Dec 20, 2024
1 parent 7c863de commit a318125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ from pathlib import Path
# Create custom configuration
config = CacheConfig(
cache_dir=Path("cache_directory"),
max_size_bytes=1024 * 1024 * 1024, # 1GB
cleanup_interval=timedelta(days=7),
compression=True
)

# Initialize cache with configuration
Expand Down

0 comments on commit a318125

Please sign in to comment.