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