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

cache: configurable backends #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jirikuncar
Copy link
Contributor

@jirikuncar jirikuncar commented May 17, 2016

Please note that the cache configuration is not backward compatible!

  • Adds support for any Werkzeug (like) cache backend. (closes cache: configurable backends #15)
  • Adds new configuration option CACHE_BACKEND. All options in
    INI file [cache] section are passed to the cache constructor.

Signed-off-by: Jiri Kuncar [email protected]

* Adds support for any Werkzeug (like) cache backend.  (closes mementoweb#15)

* Adds new configuration option `CACHE_BACKEND`. All options in
  INI file `[cache]` section are passed to the cache constructor.

Signed-off-by: Jiri Kuncar <[email protected]>
@jirikuncar jirikuncar changed the title cache: configurable backends WIP cache: configurable backends May 17, 2016
@jirikuncar jirikuncar changed the title WIP cache: configurable backends cache: configurable backends May 17, 2016
@tiborsimko
Copy link
Contributor

6 files changed, 60 insertions(+), 119 deletions(-)

👍

"The more code lines you have removed, the more progress you have made. As the number of lines of code in your software shrinks, the more skilled you have become..." --suckless.org/philosophy

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

Successfully merging this pull request may close these issues.

cache: configurable backends
2 participants