The DirectoryCache type exposes the following members.

Methods

  NameDescription
Protected methodAddEntry
Implemented in derived classes to add a new entry to the cache
(Overrides AbstractCache..::..AddEntry(String, array<Byte>[]()[][], CachePriority).)
Public methodContainsKey
Determines if the cache contains an entry under a given key
(Inherited from AbstractCache.)
Protected methodDeserialize<(Of <<'(T>)>>)
Deserialize an object from a byte array
(Inherited from AbstractCache.)
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
(Inherited from AbstractCache.)
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
(Overrides AbstractCache..::..GetEntry(String).)
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
(Inherited from AbstractCache.)
Public methodInsert(String, Object, CachePriority)
Adds an object to the cache
(Inherited from AbstractCache.)
Public methodListEntries
Provides an enumeration over the entries in the cache.
(Overrides AbstractCache..::..ListEntries()()()().)
Public methodLookup(String)
Looks for an item in the cache and returns the bytes for that item
(Inherited from AbstractCache.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes an entry from the cache
(Inherited from AbstractCache.)
Protected methodRemoveEntry
Removes the entry with the specified key from the cache
(Overrides AbstractCache..::..RemoveEntry(String).)
Protected methodSerialize
Serialize an object to a byte array
(Inherited from AbstractCache.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also