Click or drag to resize

RedisAdhocCache Methods

The RedisAdhocCache type exposes the following members.

Methods
  NameDescription
Public methodAddT
Add the specified object to the cache
Public methodEquals (Inherited from Object.)
Public methodExists
Returns true if key exists in the cache
Protected methodFinalize (Inherited from Object.)
Public methodGetT
Gets the specified object from the cache
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the specified object from the adhoc
Public methodRemoveAll
Remove all keys with pattern matching pattern
Public methodStart
Indicates the caller wishes to start the daemon service lifecycle
Public methodStop
Indicates the caller wishes to stop the daemon service
Public methodToString (Inherited from Object.)
Public methodTryGetT
Try to fetch key from the cache
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Top
See Also