cacheKeyContributors property

List<PixaCacheKeyContributorDescriptor> get cacheKeyContributors

Registered cache-key contributors.

Implementation

List<PixaCacheKeyContributorDescriptor> get cacheKeyContributors =>
    List<PixaCacheKeyContributorDescriptor>.unmodifiable(
      _cacheKeyContributors.values,
    );