[Opensymphony-oscache] Help Required for OSCAche
Rajeev <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <16435141.1110878323085.JavaMail.os-j2ee@opensymphony01.contegix.com> |
Hi
Thanks for your reply. But I feel you haven't got the depth of my question
I repeat it again and also try it on your machine
cache.capacity=100
cache.unlimited.disk=false
cache.persistence.overflow.only=false
It will create 100 object on the disk.When 101 object is
there it will delete one to object from the cached object
and there will be still 100 only on the disk. This is OK
cache.persistence.overflow.only=false
In this case, after 100 object are cached in memory. From 101 object onwards all will be persisted on the hard disk.The number of object saved on the disked are unlimited and there is no restriction on it.
There should be some limitation of object that are cached on the disk when
cache.persistence.overflow.only=true
Regards
Rajeev
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=731&messageID=2614#2614