Chili.Opf3 Send comments on this topic.
ClearPersistents() Method
See Also 
Chili.Opf3.Caching Namespace > SimpleCacheManager Class > ClearPersistents Method : ClearPersistents() Method




Clears all persistent objects in the cache.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub ClearPersistents() 
Visual Basic (Usage)Copy Code
Dim instance As SimpleCacheManager
 
instance.ClearPersistents()
C# 
public void ClearPersistents()
Managed Extensions for C++ 
public: void ClearPersistents(); 
C++/CLI 
public:
void ClearPersistents(); 

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also