AbstractExtractor Methods |
The AbstractExtractor type exposes the following members.
| Name | Description | |
|---|---|---|
| Compare |
Compares its two arguments for order.
| |
| CompareEntries |
Compare two entries.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Extract |
Extract the value from the passed object.
| |
| ExtractFromEntry |
Extract the value from the passed Entry object. The returned
value should follow the conventions outlined in the
Extract(Object) method.
| |
| ExtractOriginalFromEntry |
Extract the value from the "original value" of the passed
CacheEntry object or the key (if targeted). This method's conventions are exactly the same
as the ExtractFromEntry(ICacheEntry) method.
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |