Example usage for org.apache.commons.jcs.auxiliary.remote.behavior IRemoteCacheDispatcher interface-usage

List of usage examples for org.apache.commons.jcs.auxiliary.remote.behavior IRemoteCacheDispatcher interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.jcs.auxiliary.remote.behavior IRemoteCacheDispatcher interface-usage.

Usage

From source file org.apache.commons.jcs.auxiliary.remote.http.client.RemoteHttpCacheDispatcher.java

/** Calls the service. */
public class RemoteHttpCacheDispatcher extends AbstractHttpClient implements IRemoteCacheDispatcher {
    /** Parameter encoding */
    private static final Charset DEFAULT_ENCODING = Charset.forName("UTF-8");

    /** Named of the parameter */