CacheGetString(String) Method
Immediatley retrieve a string value from the cache with the given name with no throttling.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Cache (in ASCOM.Cache.dll) Version: 7.1.3+4851.c5da65c2b
public string GetString(
string Key
)
Public Function GetString (
Key As String
) As String
public:
virtual String^ GetString(
String^ Key
) sealed
- Key String
- Name of this item in the cache. The key is case sensitive.
StringThe requested string value, if present in the cache, or a "NotInCacheException" if there is no item in the cache that has the supplied name.