You are here

public function DrupalSystem::cacheGet in X Autoload 7.5

Parameters

string $cid:

string $bin:

Return value

mixed

Overrides DrupalSystemInterface::cacheGet

See also

cache_get()

File

src/DrupalSystem/DrupalSystem.php, line 145

Class

DrupalSystem

Namespace

Drupal\xautoload\DrupalSystem

Code

public function cacheGet($cid, $bin = 'cache') {
  return cache_get($cid, $bin);
}