30313233343536
@BeforeClass public static void setup() { cache = new CacheStore(100, 10 * 1024 * 1024, 1); cache.serializer = new ProtoStuffSerializer(); // cache.supervisor = new AsyncBatchSupervisor(750); cache.supervisor = new TimedSupervisor(1500); }