-
- Cache keys used for storing cached values of repository stats,
- file tree history and file tree search.
- Invalidating the cache will remove those entries.
-
+
+ Cache keys used for storing cached values of repository stats,
+ file tree history and file tree search.
+ Invalidating the cache will remove those entries.
+
-region: ${c.region.name}
backend: ${c.region.actual_backend.__class__}
% if c.rhodecode_user.is_admin:
store: ${c.region.actual_backend.get_store()}
% else:
store: ${c.region.actual_backend.get_store().__class__}
% endif
+
-% if c.repo_keys:
-${len(c.repo_keys)}
${_('Show all')}
-
- % for k in c.repo_keys:
- - ${k}
- % endfor
-
-% else:
- NO KEYS FOUND
-% endif
+
@@ -120,6 +129,9 @@ store: ${c.region.actual_backend.get_sto
+
+ Number and size of stored cached diff for commits and pull requests.
+
${_('Cached diff name')}: |