The ICache type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ContainsKey |
Returns true if the cache contains an entry with the specified key
|
![]() | Insert(String, array<Byte>[]()[][], CachePriority) |
Adds a new item to the cache
|
![]() | Insert(String, Object, CachePriority) |
Adds an object to the cache
|
![]() | Lookup(String) |
Looks for an item in the cache and returns the bytes for that item
|
![]() | Lookup<(Of <<'(T>)>>)(String) |
Looks up an object in the cache
|
![]() | Remove |
Removes an item from the cache
|