trackLinkedCacheEntries property
Gets or sets a value that determines whether cache entries should track hierarchical relationships.
When enabled, cache entries created within the scope of another cache entry will be linked, and expiration of a parent entry will cause child entries to expire as well.
Defaults to false.
Implementation
final bool trackLinkedCacheEntries;