Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching feature improvement #6

Closed
tushuhei opened this issue Oct 11, 2016 · 1 comment
Closed

Caching feature improvement #6

tushuhei opened this issue Oct 11, 2016 · 1 comment

Comments

@tushuhei
Copy link
Member

Current caching feature uses a shelve file for caching purpose, but this approach will not work with some server-less architectures such as AppEngine environment which may launch multiple instances for front-end serving. In order to enable caching for PaaS services, updating the caching feature with factory method pattern and let each platform use its specialized implementation would be better.

@tushuhei tushuhei changed the title Cache feature improvement Caching feature improvement Oct 11, 2016
@tushuhei
Copy link
Member Author

tushuhei commented Dec 8, 2016

This is done by commit 4a364a6

@tushuhei tushuhei closed this as completed Dec 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant