ArcFM Engine Developer Guide
Set(String,T,CacheItemPolicy) Method


Syntax
'Declaration
 
Public Overloads Sub Set( _
   ByVal key As String, _
   ByVal value As T, _
   ByVal policy As CacheItemPolicy _
) 
'Usage
 
Dim instance As IsolatedCache(Of T)
Dim key As String
Dim value As T
Dim policy As CacheItemPolicy
 
instance.Set(key, value, policy)
public void Set( 
   string key,
   T value,
   CacheItemPolicy policy
)

Parameters

key
value
policy
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IsolatedCache<T> Class
IsolatedCache<T> Members
Overload List

 

 


Send Feedback