3 references to CacheKey
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\CacheViewKeyResolver.cs (2)
22
if (cacheView.
CacheKey
is not null)
25
AppendLengthPrefixedString(hash, cacheView.
CacheKey
);
CacheView\CacheViewService.cs (1)
106
$"Set a unique {nameof(CacheView.
CacheKey
)} on each CacheView so every CacheView on the page has a distinct cache key.");