public function EventHandler::clearObjectCache in Services Client 7.2
Clear current object cache.
File
- include/
event.inc, line 482
Class
- EventHandler
- Event handler plugin.
Code
public function clearObjectCache() {
ctools_object_cache_clear('ctui_services_client', $this->event->name . '::configure');
}