| Visual Basic (Declaration) | |
|---|---|
Public Sub Close()  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public void Close()  | |
| C++/CLI | |
|---|---|
public: void Close();  | |
            Calling this method causes the cache object to stop maintaining the cache store.
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code