You are here

public function RestfulStaticCacheController::getCids in RESTful 7

Cache ID accessor.

Return value

array The cache IDs.

1 call to RestfulStaticCacheController::getCids()
RestfulStaticCacheController::clearAll in includes/RestfulStaticCacheController.php
Clear all registered cache values.

File

includes/RestfulStaticCacheController.php, line 81
Contains RestfulStaticCacheController

Class

RestfulStaticCacheController
@file Contains RestfulStaticCacheController

Code

public function getCids() {
  return $this->cids;
}