${h.submit('reset_cache_%s' % c.repo_info.repo_name,_('Invalidate repository cache'),class_="btn btn-small",onclick="return confirm('"+_('Confirm to invalidate repository cache')+"');")}
- ${_('Manually invalidate cache for this repository. On first access repository will be cached again')}
${_('List of cached values')}
${_('Prefix')} |
${_('Key')} |
${_('Active')} |
%for cache in c.repo_info.cache_keys:
${cache.get_prefix() or '-'} |
${cache.cache_key} |
${h.boolicon(cache.cache_active)} |
%endfor