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