CacheGetInt Method

Overload List

GetInt(String) Immediatley retrieve an integer value from the cache with the given name with no throttling.
GetInt(String, Double) Retrieve an integer 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