Is there a way to specify wildcarded region names when using ehcache with hibernate?

Posted by bkent314 on Stack Overflow See other posts from Stack Overflow or by bkent314
Published on 2010-05-05T00:50:04Z Indexed on 2010/05/05 1:28 UTC
Read the original article Hit count: 204

Filed under:
|

When using Ehcache with Hibernate, is there a way to specify region names with wildcards in the ehcache.xml file?

For example, to allow for cache settings at the package level (with * as a wildcard indicator):

<cache name="com.example.my.package1.*" ... />
<cache name="com.example.my.package2.*" ... />

(Note: The package-level distinction is just an example. My question is to wildcards in the general case.)

© Stack Overflow or respective owner

Related posts about ehcache

Related posts about hibernate