{"library":"cacheout","type":"library","category":null,"description":"Cacheout is a comprehensive caching library for Python, offering in-memory, dictionary-based caching. It supports various eviction policies including FIFO, LIFO, LRU, MRU, LFU, and RR. Key features include configurable maximum cache size, time-to-live (TTL) expiration per entry, thread-safety, bulk operations, and memoization decorators for functions. The library is actively maintained and is currently at version 0.16.0.","language":"python","status":"active","version":"0.16.0","tags":["caching","cache","memory cache","memoization","thread-safe"],"last_verified":"Fri May 22","install":[{"cmd":"pip install cacheout","imports":["from cacheout import Cache","from cacheout import CacheManager","from cacheout import memoize","from cacheout import FIFOCache"]}],"homepage":null,"github":"https://github.com/dgilland/cacheout","docs":null,"changelog":null,"pypi":"https://pypi.org/project/cacheout/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.6,"avg_import_s":0.21,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/cacheout/compatibility"}}