UserLevelCacheWriter.RunWithCache(String, Func<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public string RunWithCache (string cacheKey, Func<string> getValueToCache);
member this.RunWithCache : string * Func<string> -> string
Public Function RunWithCache (cacheKey As String, getValueToCache As Func(Of String)) As String
Parameters
- cacheKey
- String