You are here

public function RestfulStaticCacheControllerInterface::clear in RESTful 7

Clear a particular cache value.

Parameters

string $cid: The cache ID to clear.

1 method overrides RestfulStaticCacheControllerInterface::clear()
RestfulStaticCacheController::clear in includes/RestfulStaticCacheController.php
Clear a particular cache value.

File

includes/RestfulStaticCacheControllerInterface.php, line 42
Contains RestfulStaticCacheControllerInterface

Class

RestfulStaticCacheControllerInterface
@file Contains RestfulStaticCacheControllerInterface

Code

public function clear($cid);