The AbstractCache type exposes the following members.

Methods

  NameDescription
Protected methodAddEntry
Implemented in derived classes to add a new entry to the cache
Public methodContainsKey
Determines if the cache contains an entry under a given key
Protected methodDeserialize<(Of <<'(T>)>>)
Deserialize an object from a byte array
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEvictEntry
Called by the eviction policy to remove an item from the cache
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.)
Protected methodGetEntry
Implemented in dervied classes to retrieve an entry from the cache
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 methodListEntries
Provides an enumeration over the entries in 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 entry from the cache
Protected methodRemoveEntry
Removes the entry with the specified key from the cache
Protected methodSerialize
Serialize an object to a byte array
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also