Uses of Class
com.univocity.parsers.common.StringCache
-
Packages that use StringCache Package Description com.univocity.parsers.common -
-
Uses of StringCache in com.univocity.parsers.common
Fields in com.univocity.parsers.common declared as StringCache Modifier and Type Field Description private static StringCache<NormalizedString>
NormalizedString. stringCache
Methods in com.univocity.parsers.common that return StringCache Modifier and Type Method Description static StringCache<NormalizedString>
NormalizedString. getCache()
Returns the internal string cache to allow users to tweak its size limit or clear it when appropriate
-