You are here

function memcache_admin_perm in Memcache API and Integration 5

Same name and namespace in other branches
  1. 6 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',
  );
}