/// <summary> /// Release and destroy this instance of INamedCache. /// </summary> /// <remarks> /// <p> /// <b>Warning:</b> This method is used to completely destroy the /// specified cache across the cluster. All references in the entire /// cluster to this cache will be invalidated, the cached data will /// be cleared, and all resources will be released.</p> /// </remarks> public virtual void Destroy() { NamedCache.Destroy(); }