Questo contenuto non è disponibile nella lingua selezionata.
6.5.2. Register the Named Cache Programmatically
JBoss Data Grid offers a fluent configuration feature that allows users to programmatically register named caches.
The named cache can be configured programmatically. The
CustomCacheQuickstart.java
file included in the Quickstart package can be referred to as an example of this. The infinispan-quickstart can be found in infinispan-quickstart/embedded-cache/src/main/java/org/infinispan/quickstart/embeddedcache/
.