![]() | MemoryAdhocCacheService Methods |
The MemoryAdhocCacheService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddT |
Add the specified data to the cache
|
![]() | Equals | (Inherited from Object.) |
![]() | Exists |
Return true if the cache item exists in cache
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetT |
Gets the specified value from the cache
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Remove the specified key
|
![]() | RemoveAll |
Remove all keys matching patternKey |
![]() | 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.) |