CacheEventFilter Constructor |
Name | Description | |
---|---|---|
![]() | CacheEventFilter |
Default constructor.
|
![]() | CacheEventFilter(CacheEventFilterCacheEventMask) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects based on the specified
combination of event types.
|
![]() | CacheEventFilter(IFilter) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects that would affect the
results of a keys collection filter issued by a previous call to
Keys.
|
![]() | CacheEventFilter(CacheEventFilterCacheEventMask, CacheEventFilterCacheEventSyntheticMask) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects based on the specified
combination of event types.
|
![]() | CacheEventFilter(CacheEventFilterCacheEventMask, IFilter) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects based on the specified
combination of event types.
|
![]() | CacheEventFilter(CacheEventFilterCacheEventMask, IFilter, CacheEventFilterCacheEventSyntheticMask) |
Construct a CacheEventFilter that evaluates
CacheEventArgs objects based on the specified
combination of event types.
|