7475767778798081828384
} Set<ByteArrayKey> keys; try { keys = (Set<ByteArrayKey>) marshaller.objectFromByteBuffer((byte[])storeCache.get(knownKeys)); } catch (Exception e) { throw new CacheException(e); } ExecutorService es = Executors.newFixedThreadPool(threads);
} Set<byte[]> keys; try { keys = (Set<byte[]>) marshaller.objectFromByteBuffer((byte[])storeCache.get(knownKeys)); } catch (Exception e) { throw new CacheException(e); } ExecutorService es = Executors.newFixedThreadPool(threads);