DefaultChunkTreeCache Class¶
Summary¶
Default implementation of [Microsoft.AspNet.Mvc.Razor.Directives.IChunkTreeCache](Microsoft.AspNet.Mvc.Razor.Directives.IChunkTreeCache.yml).
Constructors¶
-
DefaultChunkTreeCache
(IFileProvider)¶ Initializes a new instance of [Microsoft.AspNet.Mvc.Razor.Directives.DefaultChunkTreeCache](Microsoft.AspNet.Mvc.Razor.Directives.DefaultChunkTreeCache.yml).
Arguments: - fileProvider (IFileProvider) – The application’s @!:IFileProvider-.
public DefaultChunkTreeCache(IFileProvider fileProvider)
-