Example usage for org.springframework.data.gemfire.util CacheUtils closeClientCache

List of usage examples for org.springframework.data.gemfire.util CacheUtils closeClientCache

Introduction

In this page you can find the example usage for org.springframework.data.gemfire.util CacheUtils closeClientCache.

Prototype

public static boolean closeClientCache() 

Source Link

Usage

From source file:org.pivotal.gemfire.cache.client.ClientCacheWithLocalRegionDataPolicyScopeTests.java

@After
public void tearDown() {
    CacheUtils.closeClientCache();
}