public class CachedIntrospectionResultsFlusher extends Object
Most classes that are introspected during start-up are not used later on. By flushing the cache after start-up, we can free up some memory.
Constructor and Description |
---|
CachedIntrospectionResultsFlusher(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init() |
void |
onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent event) |
public CachedIntrospectionResultsFlusher(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
@PostConstruct public void init()
@PreDestroy public void destroy()
@EventListener public void onPluginFrameworkStartedEvent(PluginFrameworkStartedEvent event)
Copyright © 2003–2020 Atlassian. All rights reserved.