The TwoLevelCache type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TwoLevelCache |
Creates a new 2-level cache
|
Methods
Name | Description | |
---|---|---|
![]() | ContainsKey |
Returns true if the cache contains an entry with the specified key
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes an item from the cache
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |