掲示板

Disable caching process in Liferay6.1

thumbnail
11年前 に behnaz eslami によって更新されました。

Disable caching process in Liferay6.1

Junior Member 投稿: 54 参加年月日: 11/11/14 最新の投稿
I want to in Liferay 6.1 , disable caching process, by making change in portal-ext.properties.
thumbnail
11年前 に Apoorva Prakash によって更新されました。

RE: Disable caching process in Liferay6.1

Liferay Master 投稿: 658 参加年月日: 10/06/15 最新の投稿
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
11年前 に behnaz eslami によって更新されました。

RE: Disable caching process in Liferay6.1

Junior Member 投稿: 54 参加年月日: 11/11/14 最新の投稿
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
11年前 に Apoorva Prakash によって更新されました。

RE: Disable caching process in Liferay6.1

Liferay Master 投稿: 658 参加年月日: 10/06/15 最新の投稿
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.