Liferay Portal EE Trial Forums

Got an EE Trial and have a question? Use this forum to get help with your Liferay EE Trial and learn from the experts.

组合视图 统一视图 树状图
讨论主题 [ 上一个 | 下一个 ]
toggle
Gangi Nandyala
What parts of the Liferay Page will be cached (OOTB)
2013年1月5日 下午8:06
答复

Gangi Nandyala

等级: Youngling

帖子: 1

加入日期: 2012年10月17日

最近的帖子

Hi Team,
I just started using Liferay, I found that we can use EhCache for caching in Liferay.
I wanted to know more details about this caching, especially related to Liferay page.
Lets say i have enabled EhCache, what will be stored in EhCahce?
I mean it's entire page(HTML) will be cached?
or
portlets HTML will be cached or how it wors? is there any doc which talks about what parts of the page will be cached?

I just wanted to understand what happens if user permissions changed in case of caching?
When admin changes to permissions to group is ther any impact on the caching ? i hope there wont be any.
James Falkner
RE: What parts of the Liferay Page will be cached (OOTB)
2013年1月15日 上午7:31
答复

James Falkner

等级: Youngling

帖子: 2

加入日期: 2010年9月17日

最近的帖子

Gangi Nandyala:
Hi Team,
I just started using Liferay, I found that we can use EhCache for caching in Liferay.
I wanted to know more details about this caching, especially related to Liferay page.
Lets say i have enabled EhCache, what will be stored in EhCahce?
I mean it's entire page(HTML) will be cached?
or
portlets HTML will be cached or how it wors? is there any doc which talks about what parts of the page will be cached?

I just wanted to understand what happens if user permissions changed in case of caching?
When admin changes to permissions to group is ther any impact on the caching ? i hope there wont be any.


There are many different caching technologies being used in Liferay, to cache various objects that are expensive to retrieve, and EhCache is just one of those technologies. You can read more about it here and here, but all levels of caching are aware of potential changes and will not serve "stale" content that may have recently changed permissions.