Overload | Description |
---|---|
Get<T>(String,Func<Dictionary<String,Object>,T>,Dictionary<String,Object>,String) | Gets the specified item in the cache or insert the item using the result of the service function. The default expiration for the primary and secondary cache providers are used. |
Get<T>(SmartParms,Func<Dictionary<String,Object>,T>,Dictionary<String,Object>) | Gets the specified item in the cache or insert the item using the result of the service function |
Get<T>(String,String) | Get an item from the cache |