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

Show in webframe

EndAdd Method






true to commit this item to the cache, false to discard it.
Unique item identifier.
Expiration policy to use with this item.
Optional region (sub-directory) name.
Ends adding a new cache item and commit the changes.
Syntax
public virtual void EndAdd( 
   bool commit,
   string key,
   CacheItemPolicy policy,
   string regionName
)
'Declaration
 
Public Overridable Sub EndAdd( _
   ByVal commit As Boolean, _
   ByVal key As String, _
   ByVal policy As CacheItemPolicy, _
   ByVal regionName As String _
) 
'Usage
 
Dim instance As FileCache
Dim commit As Boolean
Dim key As String
Dim policy As CacheItemPolicy
Dim regionName As String
 
instance.EndAdd(commit, key, policy, regionName)
public void endAdd(boolean commit, String key, CacheItemPolicy policy, String regionName)
            
public:
virtual void EndAdd( 
   bool commit,
   String^ key,
   CacheItemPolicy^ policy,
   String^ regionName
) 

Parameters

commit
true to commit this item to the cache, false to discard it.
key
Unique item identifier.
policy
Expiration policy to use with this item.
regionName
Optional region (sub-directory) name.
Remarks

LEADTOOLS Documents classes uses this method to quickly add items. It speeds up access and updating the data if the value contain large amount of data such as an image file.

Requirements

Target Platforms

See Also

Reference

FileCache Class
FileCache Members

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