2 interfaces inheriting from IDocumentContentCache
aspire (2)
Documentation\ApiDocs\IApiDocsCache.cs (1)
9
internal interface IApiDocsCache :
IDocumentContentCache
Documentation\Docs\IDocsCache.cs (1)
9
internal interface IDocsCache :
IDocumentContentCache
3 references to IDocumentContentCache
aspire (3)
Documentation\CachedHttpDocumentFetcher.cs (3)
11
/// Provides conditional HTTP GETs backed by an <see cref="
IDocumentContentCache
"/>.
27
IDocumentContentCache
cache,
111
IDocumentContentCache
cache,