Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 195 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 195 Bytes

shared lru cache

Install

poetry add shared-lru-cache

Usage

from shared_lru_cache import shared_lru_cache


@shared_lru_cache(maxsize=8)
def load_image():
    pass