On Tue, 12 Apr 2011 21:26:01 +0200, Steve Ebersole <steve(a)hibernate.org>
wrote:
Do we want to make caching of files a flag for processing all of the
xml
files?
Currently we have methods:
addFile(String path)
addFile(File file)
addCacheableFile(String path)
addCacheableFile(File file)
Could we instead condense these and allow configuration of whether to
try and cache xml files?
Besides my other comments regarding low priority and xml maybe not being
the right
level of caching, I would also prefer a configuration approach.
--Hardy