Spring GemFire 1.0.1 API Reference

RegexInterest Class

Cache interest based on regular expression rather then individual key types.

For a list of all members of this type, see RegexInterest Members .

System.Object
   AllKeysInterest
      RegexInterest

[Visual Basic]
Public Class RegexInterest
    Inherits AllKeysInterest
    Implements IInitializingObject
[C#]
public class RegexInterest : AllKeysInterest, IInitializingObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Spring.Data.GemFire

Assembly: Spring.Data.GemFire (in Spring.Data.GemFire.dll)

See Also

RegexInterest Members | Spring.Data.GemFire Namespace