Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
IIndexAwareExtractor is an extension to the IValueExtractor
interface that supports the creation and destruction of an
ICacheIndex index. Instances of this interface are
intended to be used with the AddIndex(IValueExtractor, Boolean, IComparer) and
RemoveIndex(IValueExtractor) API to support the creation of
custom indexes.
Namespace:
Tangosol.Util.ExtractorAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public interface IIndexAwareExtractor : IValueExtractor |