function expire_votingapi_insert in Cache Expiration 7.2
Same name and namespace in other branches
- 6 expire.module \expire_votingapi_insert()
- 7 expire.module \expire_votingapi_insert()
Implements hook_votingapi_insert().
File
- ./
expire.module, line 241 - Provides logic for page cache expiration.
Code
function expire_votingapi_insert($votes) {
expire_execute_expiration('votingapi', $votes, EXPIRE_VOTINGAPI_INSERT);
}