Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

pluggable cache system #4

Open
pjpritch opened this issue Feb 9, 2016 · 1 comment
Open

pluggable cache system #4

pjpritch opened this issue Feb 9, 2016 · 1 comment

Comments

@pjpritch
Copy link

pjpritch commented Feb 9, 2016

caching subsystems are great, and having the ability to use an in-memory cache, file cache, Memcached, Redis-cached, etc ... is always nice

@pjpritch
Copy link
Author

pjpritch commented Feb 9, 2016

in all cases, the interface would be the same XXX.get('path') XXX.set(path, object), where maybe the third arg is options (which might include expiration date/TTL)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant