Class Overview
Cache compactor for EHCache
Summary
[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(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.atlassian.jira.cache.CacheCompactor
|
From interface
com.atlassian.jira.extension.Startable
void
|
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
|
From interface
com.atlassian.scheduler.JobRunner
@Nullable
JobRunnerResponse
|
runJob(JobRunnerRequest arg0)
|
|
Public Constructors
public
EhCacheCompactor
(CacheManager cacheManager)
Public Methods
Removes expired entries from all caches.
@Nullable
public
JobRunnerResponse
runJob
(JobRunnerRequest request)
public
void
start
()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.