public function CacheableInterface::isCacheable in Render cache 7.2
Indicates whether this object is cacheable.
Return value
bool Returns TRUE if the object is cacheable, FALSE otherwise.
1 method overrides CacheableInterface::isCacheable()
- RenderStack::isCacheable in src/
Cache/ RenderStack.php - Indicates whether this object is cacheable.
File
- lib/
Drupal/ Core/ Cache/ CacheableInterface.php, line 52 - Contains \Drupal\Core\CacheableInterface
Class
- CacheableInterface
- Defines an interface for objects which are potentially cacheable.
Namespace
Drupal\Core\CacheCode
public function isCacheable();