CacheGetDouble Method

Overload List

GetDouble(String) Immediatley retrieve a double value from the cache with the given name with no throttling.
GetDouble(String, Double) Retrieve a double value from the cache with the given name, restricting maximum call frequency to the range 2 to 1000 calls per second if required.

See Also