can ehcache allow searching with diskstore?

Go To StackoverFlow.com

0

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?

2012-04-04 17:44
by hirentshah


0

The ehcache search API does (at least currently) not work with disk persisted caches.

2012-04-05 01:40
by moodywoody
Is there any other cache like jboss cache or infinispan that allows disk persisting cache so that if memory of RAM exceeds it can be stored in disk - hirentshah 2012-04-05 06:25
You should probably write down a list of specific requirements or a description of the specific problem you are trying to solve and open a new question. There are quite many solutions available, but to recommend one we need to know the problem domain - moodywoody 2012-04-05 06:37
Ads