The AbstractCache type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AbstractCache |
Creates a new cache instance
|
Methods
Name | Description | |
---|---|---|
![]() | AddEntry |
Implemented in derived classes to add a new entry to the cache
|
![]() | ContainsKey |
Determines if the cache contains an entry under a given key
|
![]() | Deserialize<(Of <<'(T>)>>) |
Deserialize an object from a byte array
|
![]() | Equals | (Inherited from Object.) |
![]() | EvictEntry |
Called by the eviction policy to remove an item from the cache
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEntry |
Implemented in dervied classes to retrieve an entry from the cache
|
![]() | 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
|
![]() | ListEntries |
Provides an enumeration over the entries in 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 entry from the cache
|
![]() | RemoveEntry |
Removes the entry with the specified key from the cache
|
![]() | Serialize |
Serialize an object to a byte array
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | CacheEvictionPolicy |
The policy for cache eviction
|
![]() | CacheSize |
The maximum cache size
|