You are here

function memcache_admin_perm in Memcache API and Integration 6

Same name and namespace in other branches
  1. 5 memcache_admin/memcache_admin.module \memcache_admin_perm()

Implementation of hook_perm().

File

memcache_admin/memcache_admin.module, line 24

Code

function memcache_admin_perm() {
  return array(
    'access memcache statistics',
    'access slab cachedump',
  );
}