Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > FileCache Class : EndAdd Method |
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 )
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.