Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Register (0.15 sec)

  1. maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginRealmCache.java

            return CacheUtils.pluginHashCode(plugin);
        }
    
        protected static boolean pluginEquals(Plugin a, Plugin b) {
            return CacheUtils.pluginEquals(a, b);
        }
    
        public void register(MavenProject project, Key key, CacheRecord record) {
            // default cache does not track plugin usage
        }
    
        public void dispose() {
            flush();
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Dec 26 15:12:32 GMT 2022
    - 7.4K bytes
    - Viewed (0)
Back to top