Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextml-code/shared-lru-cache
https://github.com/nextml-code/shared-lru-cache
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/nextml-code/shared-lru-cache
- Owner: nextml-code
- Created: 2024-07-08T12:29:43.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T13:30:05.000Z (6 months ago)
- Last Synced: 2024-07-10T15:55:57.871Z (6 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shared lru cache
## Install
```bash
poetry add shared-lru-cache
```## Usage
```
from shared_lru_cache import shared_lru_cache@shared_lru_cache(maxsize=8)
def load_image():
pass
```