Class PluginCacheEntry


  • public class PluginCacheEntry
    extends java.lang.Object
    • Constructor Detail

      • PluginCacheEntry

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

      • getKey

        public java.lang.String getKey()
      • isInCache

        public boolean isInCache()
      • getCachedClassNames

        public java.util.Set<java.lang.String> getCachedClassNames()
      • removeFromCache

        public void removeFromCache()
      • update

        public void update​(java.util.List<java.lang.String> classes)
      • clearSettingsCache

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