Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

Set<T>(String,T,CacheItemPolicy,String) Method






Unique identifier of the cache item.
Data for the cache item.
Expiration policy for the item.
Optional name of a region in cache.
Adds a key/value pair item into the cache.
Syntax
public override void Set<T>( 
   string key,
   T value,
   CacheItemPolicy policy,
   string regionName
)
'Declaration
 
Public Overloads Overrides Sub Set(Of T)( _
   ByVal key As String, _
   ByVal value As T, _
   ByVal policy As CacheItemPolicy, _
   ByVal regionName As String _
) 
'Usage
 
Dim instance As FileCache
Dim key As String
Dim value As T
Dim policy As CacheItemPolicy
Dim regionName As String
 
instance.Set(Of T)(key, value, policy, regionName)
@Override
public <T> void set(String key, T value, Class<?> classOfT, CacheItemPolicy policy, String regionName)
            
public:
void Setgeneric<typename T>
( 
   String^ key,
   T^ value,
   CacheItemPolicy^ policy,
   String^ regionName
) override 

Parameters

key
Unique identifier of the cache item.
value
Data for the cache item.
policy
Expiration policy for the item.
regionName
Optional name of a region in cache.

Type Parameters

T
Remarks

If the item is already in the cache, then it will be replaced with the new item and its policy updated.

Requirements

Target Platforms

See Also

Reference

FileCache Class
FileCache Members
Overload List

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features