True to its name, `funccache` implements the cache function. Cache the return value of a callable object or all methods defined in a class.
-
Updated
Oct 10, 2024 - Python
True to its name, `funccache` implements the cache function. Cache the return value of a callable object or all methods defined in a class.
`FnMergeCache` is a caching utility that allows functions to cache their results based on input arguments, with options for cache lifetime, size limits, error handling, and parameter comparison, while supporting cache invalidation via tags and global revalidation.
Cache functions dynamically based on their arguments using cache-manager.
Add a description, image, and links to the function-cache topic page so that developers can more easily learn about it.
To associate your repository with the function-cache topic, visit your repo's landing page and select "manage topics."