Class TemplateCache

java.lang.Object
org.apache.jackrabbit.oak.segment.ReaderCache<Template>
org.apache.jackrabbit.oak.segment.TemplateCache

public class TemplateCache extends ReaderCache<Template>
  • Method Details

    • 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>