Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nextml-code/shared-lru-cache


https://github.com/nextml-code/shared-lru-cache

Last synced: 1 day ago
JSON representation

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
```