1 instantiation of CacheStoreOptions
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
280var options = new CacheStoreOptions
6 references to CacheStoreOptions
Microsoft.AspNetCore.Components.Endpoints (6)
CacheView\CacheViewService.cs (1)
280var options = new CacheStoreOptions
CacheView\CacheViewStore.cs (1)
11CacheStoreOptions options,
CacheView\HybridCacheViewStore.cs (2)
23CacheStoreOptions options, 53private static HybridCacheEntryOptions BuildHybridOptions(CacheStoreOptions options)
CacheView\MemoryCacheViewStore.cs (2)
29CacheStoreOptions options, 69private void StoreEntry(string key, SerializedRenderFragment payload, CacheStoreOptions options)