Getting Started
API Reference
Cache
Cache.ttl
Cache.maxbytes
Cache.__init__()
Cache.get()
Cache.set()
Credits
Bases: object
object
A simple LRU cache with TTL and size limit.
Time to live for cache entries, in seconds.
int
Maximum total size of cached data in bytes.