You are here

function memcache_perm in Memcache API and Integration 5.2

File

./memcache.module, line 12

Code

function memcache_perm() {
  return array(
    'access memcache statistics',
  );
}