You are here

public function Group::resetCache in Group 7

Resets the internal entity cache.

2 calls to Group::resetCache()
Group::addEntity in classes/group.inc
Add an entity to a group.
Group::removeEntity in classes/group.inc
Remove an entity from a group.

File

classes/group.inc, line 22
Defines the Entity API class for groups.

Class

Group
Main class for groups.

Code

public function resetCache() {
  $this->entityCache = array();
}