Class FieldCacheSanityChecker.Insanity

  • Enclosing class:
    FieldCacheSanityChecker

    public static final class FieldCacheSanityChecker.Insanity
    extends java.lang.Object
    Simple container for a collection of related CacheEntry objects that in conjunction with each other represent some "insane" usage of the FieldCache.
    • Method Detail

      • getMsg

        public java.lang.String getMsg()
        Description of hte insane behavior
      • getCacheEntries

        public FieldCache.CacheEntry[] getCacheEntries()
        CacheEntry objects which suggest a problem
      • toString

        public java.lang.String toString()
        Multi-Line representation of this Insanity object, starting with the Type and Msg, followed by each CacheEntry.toString() on it's own line prefaced by a tab character
        Overrides:
        toString in class java.lang.Object