bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 147 forks source link

CacheManager documentation is lacking #195

Closed Rizhiy closed 3 years ago

Rizhiy commented 3 years ago

__init__ arguments are not documented in docs, neither are .get_cache arguments.

Even though it says that parse_cache_config_options should be used, it doesn't mention the available options.

Rizhiy commented 3 years ago

Found it, there is actually separate section for configuration: https://beaker.readthedocs.io/en/latest/configuration.html

Leaving it here for future visitors.