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\memcacheCode
public function getCids() {
return $this->cids;
}