Class Overview
Capable of flushing a soy cache in a single bound. Temporary measure until Atlassian Cache can coordinate plugin
cache flushing.
Summary
Public Constructors |
|
SoyCacheFlusher(EventPublisher eventPublisher, SoyTemplateRenderer soyTemplateRenderer)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.springframework.beans.factory.DisposableBean
|
From interface
org.springframework.beans.factory.InitializingBean
void
|
afterPropertiesSet()
|
|
Public Constructors
public
SoyCacheFlusher
(EventPublisher eventPublisher, SoyTemplateRenderer soyTemplateRenderer)
Public Methods
public
void
afterPropertiesSet
()
public
boolean
flushSoyCache
()
Attempts to flush the cache in the SoyTemplateRenderer.
Returns
- true only if the request was successfully sent without exception.