CacheInvalidator Constructor |
Initializes a new CachingBackend/
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected CacheInvalidator( CachingBackend underlyingBackend, CacheInvalidatorOptions options )
Parameters
- underlyingBackend
- Type: PostSharp.Patterns.Caching.Implementation.CachingBackend
The underlying CachingBackend (typically an in-memory cache). - options
- Type: PostSharp.Patterns.Caching.Implementation.CacheInvalidatorOptions
Options of the new CacheInvalidator.