Searched refs:CACHEABLE_SIZE_MIN (Results 1 – 1 of 1) sorted by relevance
44 private static final int CACHEABLE_SIZE_MIN = 32 << 10; field in BasicArrayCache175 if (size < CACHEABLE_SIZE_MIN) in getArray()206 if (size < CACHEABLE_SIZE_MIN) in putArray()