public function CurrentVisitorMapBlock::getCacheMaxAge in IP Geolocation Views & Maps 8
The maximum age for which this object may be cached.
Return value
int The maximum time in seconds that this object may be cached.
Overrides ContextAwarePluginBase::getCacheMaxAge
File
- src/
Plugin/ Block/ CurrentVisitorMapBlock.php, line 92
Class
- CurrentVisitorMapBlock
- IPGV&M: Set my location .
Namespace
Drupal\ip_geoloc\Plugin\BlockCode
public function getCacheMaxAge() {
return 0;
}