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