The ICache type exposes the following members.

Methods

  NameDescription
Public methodContainsKey
Returns true if the cache contains an entry with the specified key
Public methodInsert(String, array<Byte>[]()[][], CachePriority)
Adds a new item to the cache
Public methodInsert(String, Object, CachePriority)
Adds an object to the cache
Public methodLookup(String)
Looks for an item in the cache and returns the bytes for that item
Public methodLookup<(Of <<'(T>)>>)(String)
Looks up an object in the cache
Public methodRemove
Removes an item from the cache

See Also