2 references to DeserializeCachedContent
Microsoft.AspNetCore.Components.Endpoints (2)
CacheView\CacheViewService.cs (2)
263
if (cachedPayload is not null &&
DeserializeCachedContent
(cachedPayload) is { } cachedContent)
308
state.Content =
DeserializeCachedContent
(cachedPayload) ?? cacheView.ChildContent;