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.

Kombinierte Ansicht Flache Ansicht Baumansicht
Threads [ Zurück | Nächste ]
toggle
Gangi Nandyala
What parts of the Liferay Page will be cached (OOTB)
5. Januar 2013 20:06
Antwort

Gangi Nandyala

Rang: Youngling

Nachrichten: 1

Eintrittsdatum: 17. Oktober 2012

Neue Beiträge

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)
15. Januar 2013 07:31
Antwort

James Falkner

Rang: Youngling

Nachrichten: 2

Eintrittsdatum: 17. September 2010

Neue Beiträge

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.