Class CacheSnooper


  • public class CacheSnooper
    extends Object
    List all EhCache CacheManager and Cache instances.

    This is a debugging tool, not used in the daily operation of DSpace. Just run it from the installed instance using bin/dspace dsrun org.dspace.app.util.CacheSnooper to check that the cache configuration is what you expect it to be, given your configuration.

    This was created to prove a specific cache configuration patch, but I leave it here in the hope that it may be useful to others.

    Author:
    Mark H. Wood
    • Method Detail

      • main

        public static void main​(String[] argv)