Skip to content

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 jiri.kuncar@cern.ch

* 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 <jiri.kuncar@cern.ch>
@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