15 references to KeyDelimiter
Microsoft.AspNetCore.OutputCaching (15)
OutputCacheKeyProvider.cs (15)
71
return !string.IsNullOrEmpty(value) && value.ContainsAny(
KeyDelimiter
, KeySubDelimiter);
87
.Append(
KeyDelimiter
);
106
.Append(
KeyDelimiter
)
108
.Append(
KeyDelimiter
);
124
.Append(
KeyDelimiter
)
131
.Append(
KeyDelimiter
)
159
.Append(
KeyDelimiter
)
172
.Append(
KeyDelimiter
)
201
.Append(
KeyDelimiter
)
219
.Append(
KeyDelimiter
)
253
.Append(
KeyDelimiter
)
284
.Append(
KeyDelimiter
)
304
builder.Append(
KeyDelimiter
)
321
.Append(
KeyDelimiter
)
337
builder.Append(
KeyDelimiter
)