Configuring the dotCMS Cache
dotCMS 1.9.5 does away with the dependency on Jboss cache libraries (which JBoss themselves abandoned) and moves to a simpler, flat, non-hierarchal, LRU cache using Google's Guava library. The Guava library offers a high performance non-blocking LRUMap that underlies the new cache regions in dotCMS.
dotCMS 1.9.5 does away with the dependency on Jboss cache libraries (which JBoss themselves abandoned) and moves to a simpler, flat, non-hierarchal, LRU cache using Google's Guava library. The Guava library offers a high performance non-blocking LRUMap that underlies the new cache regions in dotCMS.