The TwoLevelCache type exposes the following members.

Constructors

  NameDescription
Public methodTwoLevelCache
Creates a new 2-level cache

Methods

  NameDescription
Public methodContainsKey
Returns true if the cache contains an entry with the specified key
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes an item from the cache
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also