Class CachedIntrospectionResultsFlusher


  • public class CachedIntrospectionResultsFlusher
    extends Object
    This class clears all cached introspection results after plugin framework has been started.

    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.

    Since:
    5.8
    • Constructor Detail

      • CachedIntrospectionResultsFlusher

        public CachedIntrospectionResultsFlusher​(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar)
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • destroy

        @PreDestroy
        public void destroy()