Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Traineratwot committed Sep 26, 2023
1 parent d07d51b commit d43a6cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
```python
from SimpleCache2 import simple_cache
from SimpleCache2.FileCache import FileCache
from SimpleCache2.LruCache import LruCache

lru_cache = LruCache()
cache = FileCache(cache_dir=None)


Expand Down

0 comments on commit d43a6cd

Please sign in to comment.