diff --git a/rhodecode/templates/admin/repos/repo_edit_caches.mako b/rhodecode/templates/admin/repos/repo_edit_caches.mako --- a/rhodecode/templates/admin/repos/repo_edit_caches.mako +++ b/rhodecode/templates/admin/repos/repo_edit_caches.mako @@ -29,12 +29,17 @@

- ${(_ungettext('List of repository caches (%(count)s entry)', 'List of repository caches (%(count)s entries)' ,len(c.rhodecode_db_repo.cache_keys)) % {'count': len(c.rhodecode_db_repo.cache_keys)})} + ${_('Invalidation keys')}

-
- +

+ Cache keys used to signal repository state changes after operations such as push, strip etc. +

+
@@ -61,32 +66,36 @@
-

- 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')} - -% else: - NO KEYS FOUND -% endif +
+ + + + + %for cache_key in c.repo_keys: + + + + + %endfor + +
@@ -120,6 +129,9 @@ store: ${c.region.actual_backend.get_sto

${_('Diff Caches')}

+

+ Number and size of stored cached diff for commits and pull requests. +

${_('Cached diff name')}: