@Test
public void cacheEventListener() {
Class<? extends CacheEventListener<?, ?>> aClass = null;
newCacheConfigurationBuilder().add(
newEventListenerConfig(aClass, EventType.CREATED, EventType.EVICTED)
.firingMode(EventFiring.SYNCHRONOUS) //.syncrhonous().asynchronous()
.eventOrdering(EventOrdering.ORDERED) //.ordered().unordered()
.build())
.buildConfig(Long.class, String.class);
}
--
You received this message because you are subscribed to the Google Groups "ehcache-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ehcache-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ehcache-dev/6b6ce96d-5a2b-43ff-9122-7a84fdfcf980%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.