AdvantageCacheManager Methods
The AdvantageCacheManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
ClearItem |
Clears the item.
|
|
Get<(Of <<'(T>)>>) |
Retrieves cached object of type T stored under key.
|
|
Invalidate |
Delete all cached data.
|
|
Store<(Of <<'(T>)>>) |
Stores object of type T under a specific key.
|