Fórumok

Disable caching process in Liferay6.1

thumbnail
behnaz eslami, módosítva 11 év-val korábban

Disable caching process in Liferay6.1

Junior Member Bejegyzések: 54 Csatlakozás dátuma: 2011.11.14. Legújabb bejegyzések
I want to in Liferay 6.1 , disable caching process, by making change in portal-ext.properties.
thumbnail
Apoorva Prakash, módosítva 11 év-val korábban

RE: Disable caching process in Liferay6.1

Liferay Master Bejegyzések: 658 Csatlakozás dátuma: 2010.06.15. Legújabb bejegyzések
behnaz eslami:
I want to in Liferay 6.1 , disable caching process, by making change in portal-ext.properties.


Hello Behnaz,

Make the following entries portal-ext.properties file and restart the server:

#
# Set other Hibernate cache settings.
#
hibernate.cache.use_query_cache=false
hibernate.cache.use_second_level_cache=false
hibernate.cache.use_minimal_puts=false
hibernate.cache.use_structured_entries=false


Hope this will help...

Thanks and Regards,
Apoorva Prakash
thumbnail
behnaz eslami, módosítva 11 év-val korábban

RE: Disable caching process in Liferay6.1

Junior Member Bejegyzések: 54 Csatlakozás dátuma: 2011.11.14. Legújabb bejegyzések
Apoorva Prakash:
behnaz eslami:
I want to in Liferay 6.1 , disable caching process, by making change in portal-ext.properties.


Hello Behnaz,

Make the following entries portal-ext.properties file and restart the server:

#
# Set other Hibernate cache settings.
#
hibernate.cache.use_query_cache=false
hibernate.cache.use_second_level_cache=false
hibernate.cache.use_minimal_puts=false
hibernate.cache.use_structured_entries=false


Hope this will help...

Thanks and Regards,
Apoorva Prakash


Hi Apoorva,
I put these lines in portal-ext.properties but I couldn't get answer, it means until now for seeing changes I have to execute "Clear content cached across the cluster." in server administration in control panel ?????????????!!!!!!!!!!!
thumbnail
Apoorva Prakash, módosítva 11 év-val korábban

RE: Disable caching process in Liferay6.1

Liferay Master Bejegyzések: 658 Csatlakozás dátuma: 2010.06.15. Legújabb bejegyzések
behnaz eslami:

Hi Apoorva,
I put these lines in portal-ext.properties but I couldn't get answer, it means until now for seeing changes I have to execute "Clear content cached across the cluster." in server administration in control panel ?????????????!!!!!!!!!!!


This will cause zero cashing of data.