Ejemplo n.º 1
0
 protected static function createFileCache()
 {
     return new FileCache(FileCache::getApplicationPrivateCacheDir() . '/permissions', 30);
 }