Methods
# getCacheName() → {string}
Name of the cache registered against
Returns:
- Type
- string
# getDataFilter() → {EventDataFilter}
indicates that type of data that will be recieved along with notification
Returns:
- Type
- EventDataFilter
# getIsRegistered() → {boolean}
Returns true if the linked event delegate is registered, returns false when the descriptor has been consumed This property is ThreadSafe
Returns:
- Type
- boolean
# getRegisteredAgainst() → {string}
Event Types registered against. Can be ORed to check registeration types
Returns:
- Type
- string