public class StringCache extends ReaderCache<String>
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isSmall(String string)
Determine whether the entry is small, in which case it can be kept in the fast cache.
|
clear, get, getStatsprotected boolean isSmall(String string)
ReaderCacheisSmall in class ReaderCache<String>Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.