Preloading issue with Infinispan (not instance of AdvancedCacheLoader)
问题 I try to start a cache with a SingleFileStore for infinispan with have the following config: confBuilder.persistence().addSingleFileStore() .location("Something").fetchPersistentState(Boolean.TRUE) .preload(true).purgeOnStartup(false); but after upgrading to a newer version of infinispan I start getting the following error: Caused by: org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.persistence.manager.PersistenceManagerImpl.preload() on object of type