'Declaration Public Sub Save(Of T)( _ ByVal key As System.String, _ ByVal value As T, _ ByVal policy As System.Runtime.Caching.CacheItemPolicy, _ Optional ByVal regionName As System.String _ )
'Usage Dim instance As BaseDatabaseCacheProvider Dim key As System.String Dim value As T Dim policy As System.Runtime.Caching.CacheItemPolicy Dim regionName As System.String instance.Save(Of T)(key, value, policy, regionName)
public void Save<T>( System.string key, T value, System.Runtime.Caching.CacheItemPolicy policy, System.string regionName )
Parameters
- key
- The key.
- value
- The value.
- policy
- The policy.
- regionName
- Name of the region.
Type Parameters
- T