Example usage for org.apache.commons.cache SimpleCache subclass-usage

List of usage examples for org.apache.commons.cache SimpleCache subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.cache SimpleCache subclass-usage.

Usage

From source file com.adito.replacementproxy.ContentCache.java

/**
 */
public class ContentCache extends SimpleCache implements HttpSessionBindingListener {
    private static final long serialVersionUID = 2384792384792374982L;
    private static final Log LOG = LogFactory.getLog(ContentCache.class);
    private ContentStash contentStash;