2 instantiations of CacheCondition
Microsoft.AspNetCore.Components.Authorization (1)
AuthorizeViewCore.cs (1)
14
[
CacheCondition
(CacheVaryBy.User)]
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
20
[
CacheCondition
(CacheVaryBy.Query)]
4 references to CacheCondition
Microsoft.AspNetCore.Components (3)
CacheBehaviorAttribute.cs (1)
13
/// Combine with <see cref="
CacheConditionAttribute
"/> to include the component in the cached output when the
CacheConditionAttribute.cs (1)
15
/// Initializes a new instance of the <see cref="
CacheConditionAttribute
"/> class.
CacheVaryBy.cs (1)
8
/// Used as flags in <see cref="
CacheConditionAttribute
"/> to express conditional
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
54
type.GetCustomAttribute<
CacheConditionAttribute
>(inherit: true)?.VaryBy));