You are here

memcache_storage.routing.yml in Memcache Storage 8

File

memcache_storage.routing.yml
View source
  1. memcache_storage.admin_statistics:
  2. path: '/admin/config/development/memcache_storage'
  3. defaults:
  4. _controller: 'Drupal\memcache_storage\Controller\MemcachedStatistics::content'
  5. _title: 'Memcached usage statistics'
  6. requirements:
  7. _permission: 'manage memcache_storage'