You are here

public function DrupalSystemInterface::cacheSet in X Autoload 7.5

Parameters

string $cid:

mixed $data:

string $bin:

Return value

mixed

See also

cache_set()

2 methods override DrupalSystemInterface::cacheSet()
DrupalSystem::cacheSet in src/DrupalSystem/DrupalSystem.php
MockDrupalSystem::cacheSet in tests/src/Mock/MockDrupalSystem.php

File

src/DrupalSystem/DrupalSystemInterface.php, line 130

Class

DrupalSystemInterface

Namespace

Drupal\xautoload\DrupalSystem

Code

public function cacheSet($cid, $data, $bin = 'cache');