Searched refs:byteArrayCache (Results 1 – 1 of 1) sorted by relevance
161 private final CacheMap<byte[]> byteArrayCache = new CacheMap<byte[]>(); field in BasicArrayCache238 byte[] array = getArray(byteArrayCache, size); in getByteArray()255 putArray(byteArrayCache, array, array.length); in putArray()