Class StringCache

    • Method Detail

      • isSmall

        protected boolean isSmall​(String string)
        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<String>