Example usage for com.google.common.cache ForwardingCache subclass-usage

List of usage examples for com.google.common.cache ForwardingCache subclass-usage

Introduction

In this page you can find the example usage for com.google.common.cache ForwardingCache subclass-usage.

Usage

From source file ec.tstoolkit.utilities.LastModifiedFileCache.java

/**
 *
 * @author Philippe Charles
 */
public abstract class LastModifiedFileCache<K, V> extends ForwardingCache<K, V> {