Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setThumbnailPathCacheSize (0.69 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java

            }, "ThumbnailMigrator").start();
        }
    
        /**
         * Sets the thumbnail path cache size.
         *
         * @param thumbnailPathCacheSize the cache size to set
         */
        public void setThumbnailPathCacheSize(final int thumbnailPathCacheSize) {
            this.thumbnailPathCacheSize = thumbnailPathCacheSize;
        }
    
        /**
         * Sets the image file extension for thumbnails.
         *
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 26.9K bytes
    - Viewed (0)
Back to top