Class TemplateCache

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isSmall​(Template template)
      Determine whether the entry is small, in which case it can be kept in the fast cache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isSmall

        protected boolean isSmall​(Template template)
        Description copied from class: ReaderCache
        Determine whether the entry is small, in which case it can be kept in the fast cache.
        Specified by:
        isSmall in class ReaderCache<Template>