##// END OF EJS Templates
caches: use different namespaces for conditional_cache wrapper....
caches: use different namespaces for conditional_cache wrapper. Before we used one namespace for ALL meaning caches were kept in single file, or single DB row. While this makes sense for single functions, a per-user, per-group cache should be divided to single files.
marcink -
r2814:45a75c50 default
Show More
Name Size Modified Last Commit Author
/ rhodecode / apps / admin / views
__init__.py Loading ...
audit_logs.py Loading ...
defaults.py Loading ...
main_views.py Loading ...
open_source_licenses.py Loading ...
permissions.py Loading ...
process_management.py Loading ...
repo_groups.py Loading ...
repositories.py Loading ...
sessions.py Loading ...
settings.py Loading ...
svn_config.py Loading ...
system_info.py Loading ...
user_groups.py Loading ...
users.py Loading ...