You are here

public function RestfulStaticCacheControllerInterface::set in RESTful 7

Sets the static cache.

Parameters

string $cid: The cache key to use.

mixed $value: The value to set.

Return value

mixed The cached value.

1 method overrides RestfulStaticCacheControllerInterface::set()
RestfulStaticCacheController::set in includes/RestfulStaticCacheController.php
Sets the static cache.

File

includes/RestfulStaticCacheControllerInterface.php, line 34
Contains RestfulStaticCacheControllerInterface

Class

RestfulStaticCacheControllerInterface
@file Contains RestfulStaticCacheControllerInterface

Code

public function set($cid, $value);