I want to do something with ehcache in Java that I think should be extremely simple, but I\'ve spent enough time frustrating myself with the docs...
Write a
Okay, well what I did to fix this was configure my cache using the configuration file. Here is the updated config:
So basically I didn't use the constructor to define the cache.
I suppose this will work, but I still wonder why programatically defined caches can't persist on disk (especially since they are still written to disk!).
Thanks for the comments guys.