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