Skip to content

nextml-code/shared-lru-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages