@Internal public class

JiraCacheResetter

extends Object
java.lang.Object
   ↳ com.atlassian.jira.plugin.JiraCacheResetter

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

A component that maintains resets main application caches upon plugin events.

Summary

Nested Classes
class JiraCacheResetter.Delegate Avoiding passing unfinished this to event manager. 
Public Constructors
JiraCacheResetter(EventPublisher eventPublisher)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public JiraCacheResetter (EventPublisher eventPublisher)