Skip to main content

thread safe lru cache

Project description

lru cahe
=====================

基于 **double link list** 和 **dict** (正好是**OrderedDict**)实现的一个线程安全的 lru cache decorator。

#### 使用方法
@LruCache(maxsize=2, timeout=1)
def foo(num):
return num

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lru_cache-0.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page