class CacheLocal (View source)

deprecated \@package Concrete\Core\Cache

Methods

static string
key(string $group, string $id)

Creates a cache key based on the group and id by running it through md5.

static 
get()

No description

static 
getEntry($type, $id)

No description

static 
flush()

No description

static 
delete($type, $id)

No description

static 
set($type, $id, $object)

No description

Details

static string key(string $group, string $id)

Creates a cache key based on the group and id by running it through md5.

Parameters

string $group

Name of the cache group

string $id

Name of the cache item ID

Return Value

string

The cache key

static get()

No description

static getEntry($type, $id)

No description

Parameters

$type
$id

static flush()

No description

static delete($type, $id)

No description

Parameters

$type
$id

static set($type, $id, $object)

No description

Parameters

$type
$id
$object