CacheInvalidator Constructor |
Initializes a new CachingBackend/
Namespace: PostSharp.Patterns.Caching.Implementation
Assembly: PostSharp.Patterns.Caching (in PostSharp.Patterns.Caching.dll) Version: 6.10.10.0 (6.10.10.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.