<defaultCache
maxElementsInMemory="10000"
eternal="true"
timeToIdleSeconds="0"
timeToLiveSeconds="0"
maxElementsOnDisk="10000000"
diskExpiryThreadIntervalSeconds="120"
memoryStoreEvictionPolicy="LRU" >
<persistence strategy="localRestartable" synchronousWrites="true"/>
</defaultCache>
This error agrees with what I see in the code - net.sf.ehcache.Cache:
if (persistence != null && Strategy.LOCALRESTARTABLE.equals(persistence.getStrategy())) {
throw new CacheException("Cache " + configuration.getName()
+ " cannot be configured because the enterprise features manager could not be found. "
+ "You must use an enterprise version of Ehcache to successfully enable enterprise persistence.");
So, does the non-enterprise Ehcahce edition support disk persistence and recovery after restart?
Thanks in advance for any help.
--
You received this message because you are subscribed to the Google Groups "ehcache-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ehcache-user...@googlegroups.com.
To post to this group, send email to ehcach...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ehcache-users/dbdacd75-e961-4f9a-8788-022b99c446a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "ehcache-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ehcache-user...@googlegroups.com.
To post to this group, send email to ehcach...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ehcache-users/f6e882e9-041f-4d8d-981b-1a765726e44c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ehcache-users/CAKux6pbUmzzAKdyB_vhPptf0iL-ZEYeXVpoR3Q%2BzYj1%2BHWwFiQ%40mail.gmail.com.