Method ClearClientCache
ClearClientCache()
Removes all elements from the client cache.
Declaration
void ClearClientCache()
Examples
Example demonstrates how to clear the client cache.
ICache cache = CacheManager.GetCache("demoCache");
cache.ClearClientCache();