Does JBoss Cache support Region ?
Yes. JBoss Cache has the notion of region where a user can configure the eviction policy parameters (e.g., maxNodes or timeToIdleSeconds ) A region in JBoss Cache denotes a portion of tree hierarchy, e.g., a fully qualified name ( FQN ). For example, a user can define /org/jboss and /org/foocom as two separate regions. But note that you can configure the region programmatically now, i.e., everything has to be configured through the xml file.
Yes. JBoss Cache has the notion of region where a user can configure the eviction policy parameters (e.g., maxNodes or timeToIdleSeconds ) A region in JBoss Cache denotes a portion of tree hierarchy, e.g., a fully qualified name (FQN). For example, a user can define /org/jboss and /org/foocom as two separate regions. But note that you can configure the region programmatically now, i.e., everything has to be configured through the xml file.