cache.py
cache.py copied to clipboard
Python memoization across program runs.
Would this be suitable to optimize web application calls? (e. g. Flask)
Hi, This is a nice tool and I'd like to use it but unfortunately it does not have a license. Can you please add license information to your code
More a suggestion really: you can include the has of the _function_ in the list of cache keys to get automatic cache invalidation if the function changes... This would be...
Hi, I wanted to use caching option in a file, but I think that the file that store the data is going to grow fast. Do you think it could...