Overrides FileCacheBackendInterface::store
public function store($cid, $data) { apcu_store($cid, $data); }