IAosCache<K,V> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename K, typename V>
public interface class IAosCache
public interface IAosCache<K,V>
type IAosCache<'K, 'V> = interface
Public Interface IAosCache(Of K, V)
Type Parameters
- K
- V
Methods
Clear() | |
GetEnumerator() | |
IsEmpty() | |
Set(K, V) | |
TryAdd(K, V) | |
TryGet(K, V) | |
TryRemove(K) |