You are here

function expire_votingapi_insert in Cache Expiration 6

Same name and namespace in other branches
  1. 7.2 expire.module \expire_votingapi_insert()
  2. 7 expire.module \expire_votingapi_insert()

Implementation of hook_votingapi_insert().

Parameters

$votes: array of votes

File

./expire.module, line 135
Provides logic for page cache expiration

Code

function expire_votingapi_insert($votes) {
  _expire_votingapi($votes);
}