InvocableCacheEx Methods | 
The InvocableCacheEx type exposes the following members.
| Name | Description | |
|---|---|---|
| GetOrDefault | 
            Returns the value to which the specified key is mapped, or
            the defaultValue if this cache contains no mapping for the key.
              | |
| InsertIfAbsent | 
            If the specified key is not already associated with a value 
            (or is mapped to null) associates it with the given value and
            returns null, else returns the current value.
              | |
| Remove | 
            Removes the entry for the specified key only if it is currently
            mapped to the specified value.
              | |
| Replace(IInvocableCache, Object, Object) | 
            Replaces the entry for the specified key only if it is
            currently mapped to some value.
              | |
| Replace(IInvocableCache, Object, Object, Object) | 
            Replaces the entry for the specified key only if currently
            mapped to the specified value.
              |