public function AssetInterface::getCacheMaxAge in Mini site 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.
1 method overrides AssetInterface::getCacheMaxAge()
- Asset::getCacheMaxAge in src/
Asset.php - The maximum age for which this object may be cached.
File
- src/
AssetInterface.php, line 223
Class
- AssetInterface
- Interface AssetInterface.
Namespace
Drupal\minisiteCode
public function getCacheMaxAge();