public function EntityCache::__sleep in Apigee Edge 8
Prevents data stored in entity cache from being serialized.
File
- src/
Entity/ Controller/ Cache/ EntityCache.php, line 197
Class
- EntityCache
- Default entity cache implementation for controllers.
Namespace
Drupal\apigee_edge\Entity\Controller\CacheCode
public function __sleep() {
return [];
}