Called when a new cache entry is inserted into the cache, this method can also be called for items that have already been introduced and not yet removed.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
bool Introduce(
TKey key,
TValue value
)
Function Introduce ( _
key As TKey, _
value As TValue _
) As Boolean
bool Introduce(
TKey key,
TValue value
)
boolean Introduce(
TKey key,
TValue value
)
Parameters
- key (TKey)
- Entry key.
- value (TValue)
- Entry value.
Return Value
Whether to accept this entry or to reject it.
Assembly:
GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.2.0.0 (10.2.1.14000)