![]() | RedisAdhocCache Methods |
The RedisAdhocCache type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddT |
Add the specified object to the cache
|
![]() | Equals | (Inherited from Object.) |
![]() | Exists |
Returns true if key exists in the cache
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetT |
Gets the specified object from the cache
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the specified object from the adhoc
|
![]() | RemoveAll |
Remove all keys with pattern matching pattern |
![]() | Start |
Indicates the caller wishes to start the daemon service lifecycle
|
![]() | Stop |
Indicates the caller wishes to stop the daemon service
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetT |
Try to fetch key from the cache
|
Name | Description | |
---|---|---|
![]() | ConvertTReturn |
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.) |