DefaultChunkTreeCache Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation of IChunkTreeCache.
public ref class DefaultChunkTreeCache : IDisposable, Microsoft::AspNetCore::Mvc::Razor::Directives::IChunkTreeCachepublic class DefaultChunkTreeCache : IDisposable, Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkTreeCachetype DefaultChunkTreeCache = class
    interface IChunkTreeCache
    interface IDisposablePublic Class DefaultChunkTreeCache
Implements IChunkTreeCache, IDisposable- Inheritance
- 
				DefaultChunkTreeCache
- Implements
Constructors
| DefaultChunkTreeCache(IFileProvider) | Initializes a new instance of DefaultChunkTreeCache. | 
Methods
| Dispose() | |
| GetOrAdd(String, Func<IFileInfo,ChunkTree>) | Get an existing ChunkTree, or create and add a new one if it is not available in the cache or is expired. |