You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.
in cliquet/__init__.py, you define the default settings values.
What is self.prefix exactly here?
This is value received from the constructor of the Cache backend. It does not exist yet and should be added.
It will be used in the cache backend to concatenate with the key passed in arguments of each method.
what will be the value of key prefix ?
in the load_from_config function, you obtain the setting from the config object:
cliquet.cache_prefix
(default:''
)self.prefix
in cache backend classesThe text was updated successfully, but these errors were encountered: