Fórum

Disable caching process in Liferay6.1

thumbnail
behnaz eslami, modificado 11 Anos atrás.

Disable caching process in Liferay6.1

Junior Member Postagens: 54 Data de Entrada: 14/11/11 Postagens Recentes
I want to in Liferay 6.1 , disable caching process, by making change in portal-ext.properties.
thumbnail
Apoorva Prakash, modificado 11 Anos atrás.

RE: Disable caching process in Liferay6.1

Liferay Master Postagens: 658 Data de Entrada: 15/06/10 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Disable caching process in Liferay6.1

Junior Member Postagens: 54 Data de Entrada: 14/11/11 Postagens Recentes
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, modificado 11 Anos atrás.

RE: Disable caching process in Liferay6.1

Liferay Master Postagens: 658 Data de Entrada: 15/06/10 Postagens Recentes
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.