Does JBossCache support Region?
Yes. JBossCache has the notion of region where a user can configure the eviction policy parameters (e.g., maxNodes or timeToIdelSeconds ) A region in JBossCache 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 programatically now, i.e., everything has to be configured through the xml file.