EHCache on Coldfusion 9 - can I create multiple caches or disable it?
Posted
by ciaranarcher
on Stack Overflow
See other posts from Stack Overflow
or by ciaranarcher
Published on 2010-04-07T14:16:43Z
Indexed on
2010/05/04
14:28 UTC
Read the original article
Hit count: 245
Hi all.
We have been using EHCache with CF8 for a while now with no issues.
We are now moving to CF 9 and it seems that the baked-in version of EHCache with CF 9 is actually conflicting with our EHCache setup.
So is there:
- Any way to disable the baked-in version of EHCache? This would be a temporary solution.
- If we use the CF9 baked-in caching, is there any way to specify more than one cache in
ehcache.xml
and most importantly, toput
into that specific cache via the tag?
Many thanks in advance.
© Stack Overflow or respective owner