Configuration options for the cached file-path resolver.
public sealed class CachingFilePathResolverOptions
Register an instance of this type in the dependency injection container to customise caching behaviour. When no instance is registered, Default is used.
kind:method, kind:property, kind:ctor. Press Esc to clear.AbsoluteExpirationRelativeToNowGets or sets the absolute expiration applied to cached resolved paths relative to now.DefaultGets the default options instance (SizeLimit = 512, AbsoluteExpirationRelativeToNow = 5 minutes).PostEvictionCallbackGets or sets an optional callback invoked when a cached entry is evicted, used as the invalidation hook.SizeLimitGets or sets the suggested maximum number of entries for the shared cache (applied to MemoryCacheOptions.SizeLimit).