List of usage examples for org.springframework.data.gemfire.util CacheUtils closeClientCache
public static boolean closeClientCache()
From source file:org.pivotal.gemfire.cache.client.ClientCacheWithLocalRegionDataPolicyScopeTests.java
@After public void tearDown() { CacheUtils.closeClientCache(); }