I tried using ehcache but the ehcache fails when I try to save data on disk. Gives
net.sf.ehcache.config.InvalidConfigurationException: Search attributes not supported by this store type: net.sf.ehcache.store.DiskBackedMemoryStore .
If my memory capacity of 200 Mb is exceeded then i cannot use the ehache in that case?
The ehcache search API does (at least currently) not work with disk persisted caches.