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 : CheckPolicies Method |
public virtual void CheckPolicies()
'Declaration
Public Overridable Sub CheckPolicies()
'Usage
Dim instance As FileCache instance.CheckPolicies()
public void checkPolicies()
public: virtual void CheckPolicies();
Since cache items that are not used will stay on disk, it is preferable to create a process for purging expired policies manually. This can be done by calling CheckPolicies which will check the whole cache and delete any items that are expired.