Example usage for org.apache.maven.plugin DefaultPluginArtifactsCache subclass-usage

List of usage examples for org.apache.maven.plugin DefaultPluginArtifactsCache subclass-usage

Introduction

In this page you can find the example usage for org.apache.maven.plugin DefaultPluginArtifactsCache subclass-usage.

Usage

From source file org.eclipse.m2e.core.internal.project.EclipsePluginArtifactsCache.java

@Singleton
@SuppressWarnings("synthetic-access")
public class EclipsePluginArtifactsCache extends DefaultPluginArtifactsCache implements IManagedCache {

    private final ProjectCachePlunger<Key> plunger = new ProjectCachePlunger<Key>() {
        protected void flush(Key cacheKey) {