com.atlassian.jira.event
Class ClearCacheEvent

java.lang.Object
  extended by com.atlassian.jira.event.ClearCacheEvent

public final class ClearCacheEvent
extends Object

Thrown when JIRA should clear and reinit all of its caches.

Since:
v4.1

Field Summary
static ClearCacheEvent INSTANCE
           
 
Constructor Summary
ClearCacheEvent(Map<String,? extends Object> properties)
           
 
Method Summary
 Object getProperty(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ClearCacheEvent INSTANCE
Constructor Detail

ClearCacheEvent

public ClearCacheEvent(Map<String,? extends Object> properties)
Method Detail

getProperty

public Object getProperty(String key)


Copyright © 2002-2014 Atlassian. All Rights Reserved.