
|
If you were logged in you would be able to see more operations.
|
|
|
|
Hi,
In order to use the GeneralCacheAdministrator(java.util.Properties p) constructor with a Properties object as argument, please provide the configuration keys with public constants.
The constants in AbstractCacheAdministrator defining the configuration properties have protected access. Dynamic custom configurations need to re-declare them.
Also, to be consistent with the other configuration property, the keys CACHE_ENTRY_EVENT_LISTENERS and PERSISTENCE_CLASS should have the suffix _KEY. Since today it was not with a public access, it should be fine to rename them.
Best regards,
Stéphane
|
|
Description
|
Hi,
In order to use the GeneralCacheAdministrator(java.util.Properties p) constructor with a Properties object as argument, please provide the configuration keys with public constants.
The constants in AbstractCacheAdministrator defining the configuration properties have protected access. Dynamic custom configurations need to re-declare them.
Also, to be consistent with the other configuration property, the keys CACHE_ENTRY_EVENT_LISTENERS and PERSISTENCE_CLASS should have the suffix _KEY. Since today it was not with a public access, it should be fine to rename them.
Best regards,
Stéphane
|
Show » |
|
Is it possible to have the same for com.opensymphony.oscache.plugins.diskpersistence.DiskPersistenceListener?
I would need to have CACHE_PATH_KEY public instead of protected.
Sorry for not notice it before :( I didn't look at the same needs for the other plugins configuration...
Stephane