
|
If you were logged in you would be able to see more operations.
|
|
|
|
When you call putInCache() method on object GeneralCacheAdministrator, OSCache called get() method on object AbstractConcurrentReadCache before.
If we cache objects on disk, this additional call can be very expensive.
Is it possible to switch off this call to improve performances ?
Otherwise, we can't use this Java cache solution.
Best regards.
|
|
Description
|
When you call putInCache() method on object GeneralCacheAdministrator, OSCache called get() method on object AbstractConcurrentReadCache before.
If we cache objects on disk, this additional call can be very expensive.
Is it possible to switch off this call to improve performances ?
Otherwise, we can't use this Java cache solution.
Best regards. |
Show » |
|
I have also desired the ability to make the persistent cache spool requests for changing the cache. I would welcome any input on this functionality.