Class VisualizationCaches


  • public final class VisualizationCaches
    extends Object
    Holder for the caches we are using in the visualizations String.intern() was a problem pre-Java 7, but has greater utility now. Please see the following guide for information on the implementation of String.intern() http://java-performance.info/string-intern-in-java-6-7-8/