You are here

public function MultipartItem::getCids in Memcache API and Integration 8.2

Get the CIDs of this item's children.

Return value

string[] The CIDs that contain the item's data.

File

src/MultipartItem.php, line 38

Class

MultipartItem
Wrapper for a split cache item.

Namespace

Drupal\memcache

Code

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