javadoc
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 5 Jan 2023 13:22:26 +0000 (14:22 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 5 Jan 2023 13:22:26 +0000 (14:22 +0100)
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/config/EhCacheConfiguration.java

index 767e3ce612daad64b79f9e66854440f9d9f53373..d5beee71c0f5fb6f813db8875595519454dbcf49 100644 (file)
@@ -70,7 +70,7 @@ public class EhCacheConfiguration implements DisposableBean {
     protected CacheConfiguration getDefaultCacheConfiguration() {
 
         // For a better understanding on how to size caches, refer to
-        // http://ehcache.org/documentation/configuration/cache-size
+        // https://www.ehcache.org/documentation/2.8/configuration/cache-size.html
 
         CacheConfiguration cc = new CacheConfiguration(CdmPermanentCacheBase.PERMANENT_CACHE_NAME, 500)
                 .memoryStoreEvictionPolicy(MemoryStoreEvictionPolicy.LFU)