You are here

protected property D8CacheAttachmentsCollector::$isValid in Drupal 8 Cache Backport 7

Whether this D8CacheAttachmentsCollector is in a valid state or not. If not valid, behavior falls back to D8Cache behavior.

The most common cause of an invalid state is attempting to use this class to handle early page cache.

Type: boolean

File

./d8cache-ac.cache.inc, line 69

Class

D8CacheAttachmentsCollector
Special cache backend that tracks attachments.

Code

protected $isValid;