Alachisoft NCache 4.1 - Online Documentation

Dispose Cache

 
After you are done using the cache, you can dispose it. The code for disposing the cache is as follows:
 
import com.alachisoft.ncache.web.caching.*;
Cache _cache = NCache.initializeCache("myCache");
// Dispose the Cache
_cache.dispose();
 
 
See Also
 
Copyright © 2005-2012 Alachisoft. All rights reserved.