[Opensymphony-oscache] not caching
nospor <[email protected]> Wed, 22 Jun 2005 02:28:14 CDT
| Newsgroups | gmane.comp.java.open-symphony.os-cache |
|---|---|
| Message-ID | <23419886.1119425324687.JavaMail.os-j2ee@opensymphony01.contegix.com> |
Logs are ok:
2005-06-22 09:24:31 com.opensymphony.oscache.base.Config loadProps
INFO: Properties {cache.algorithm=com.opensymphony.oscache.base.algorithm.LRUCache, cache.path=d:\oscache, cache.capacity=1000, cache.memory=true, cache.unlimited.disk=true}
2005-06-22 09:24:31 com.opensymphony.oscache.web.ServletCacheAdministrator getInstance
INFO: Created new instance of ServletCacheAdministrator
2005-06-22 09:24:31 com.opensymphony.oscache.web.ServletCacheAdministrator getAppScopeCache
INFO: Created new application-scoped cache at key: __oscache_cache
it looks that everything is ok. It works when cache.memory is set true. But when it is set to false (i want disk caching) it doesn't works. In that situation logs look exactly the same, except this :: cache.memory=false, but this is my configuration so still everything is ok.
What is wrong?
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=3553&messageID=9064#9064