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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisSmall(Template template)Determine whether the entry is small, in which case it can be kept in the fast cache.-
Methods inherited from class org.apache.jackrabbit.oak.segment.ReaderCache
clear, get, getStats
-
-
-
-
Method Detail
-
isSmall
protected boolean isSmall(Template template)
Description copied from class:ReaderCacheDetermine whether the entry is small, in which case it can be kept in the fast cache.- Specified by:
isSmallin classReaderCache<Template>
-
-