public function RestfulStaticCacheControllerInterface::get in RESTful 7
Gets the static cache.
Parameters
string $cid: The cache key to use.
mixed $default: The default value in case there is no static cache.
Return value
mixed The cached value.
1 method overrides RestfulStaticCacheControllerInterface::get()
- RestfulStaticCacheController::get in includes/
RestfulStaticCacheController.php - Gets the static cache.
File
- includes/
RestfulStaticCacheControllerInterface.php, line 21 - Contains RestfulStaticCacheControllerInterface
Class
- RestfulStaticCacheControllerInterface
- @file Contains RestfulStaticCacheControllerInterface
Code
public function get($cid, $default = NULL);