Class PluginCacheEntry

java.lang.Object
org.processmining.framework.plugin.impl.PluginCacheEntry

public class PluginCacheEntry extends Object
  • Constructor Details

    • PluginCacheEntry

      @Deprecated public PluginCacheEntry(URL url, Boot.Level verbose)
      Deprecated.
      Deprecated. Use the version with the package descriptor for a significantly faster cache lookup
      Parameters:
      url -
      verbose -
    • PluginCacheEntry

      public PluginCacheEntry(URL url, Boot.Level verbose, PackageDescriptor packageDescriptor)
  • Method Details

    • getKey

      public String getKey()
    • isInCache

      public boolean isInCache()
    • getCachedClassNames

      public Set<String> getCachedClassNames()
    • removeFromCache

      public void removeFromCache()
    • update

      public void update(List<String> classes)
    • clearSettingsCache

      public static void clearSettingsCache() throws BackingStoreException
      Clear the cache here.
      Throws:
      BackingStoreException