[opencms-dev] FLEX CACHE
Rüdiger Kurz
r.kurz at alkacon.com
Fri May 8 15:46:04 CEST 2009
Hello Julián,
The rendered output of JSP pages and elements can be cached in the so
called "FlexCache". In order to improve the performance of a site by
avoiding unnecessary generation of the same output multiple times, we
recommend to cache all JSP elements that are dynamically generated where
possible, especially navigation elements. The FlexCache is able to store
different variants of an element according to URIs, request parameters
and other values. All dynamically included JSP elements of a template
can be cached separately. So, a mixture of cached elements and
dynamically generated elements is possible. Important: the cache is
cleared automatically if something is published.
The caching of a JSP is controlled by using the "cache"-property.
Depending on the value of this property, the JSP is cached in different
ways.
Examples:
-> cache=always - There is only one variant of the page generated which
is stored permanently in the cache.
-> cache=never - The element is not cached and generates it’s output for
each request.
If the property "cache" is undefined, this is equivalent to cache=never
The system supports the following keys in the "cache"-property:
- always (true)
- never (false)
- uri
- params=({param1, param2})
- no-params=({param1, param2})
- timeout={number}
- element
- ip
- locale
- encoding
- schemes
- ports
- user
- session
- site
You can download a documentation module at
http://opencms.org/en/download/documentation.html
--
Rüdiger Kurz
-------------------
Alkacon Software GmbH - The OpenCms Experts
Rüdiger Kurz
An der Wachsfabrik 13
50996 Koeln, DE
Tel: +49 (0)2236 3826-0
Fax: +49 (0)2236 3826-20
Email: r.kurz at alkacon.com
http://www.alkacon.com
http://www.opencms.org
Visit OpenCms Days 2009 Conference and Expo
June 15 to June 16 2009 in Cologne, Germany
http://www.opencms-days.org
Geschäftsführer: Alexander Kandzior, Amtsgericht Köln, HRB 54613
Hernandez Martínez schrieb:
> Could someone explain how does work this tool?
>
> thank you
>
> Julián
>
>
> --
> Abans d'imprimir aquest missatge en paper pensi si realment és necessari. El medi ambient és cosa de tots...
>
> --
> Advertència Legal
> La present informació s'envia únicament a la persona a la que va dirigida i pot contenir informació
> de caràcter confidencial o privilegiada. Qualsevol modificació, retransmissió, difusió o altre ús
> d'aquesta informació per persones o entitats diferents a la persona a la que va dirigida no està
> permesa. Si vostè l'ha rebut per error, si us plau contacti amb el remitent i esborri el missatge de
> qualsevol ordinador. En el cas que aquest missatge sigui contestat per la mateixa via, s'ha de saber
> que la seva resposta podria ser coneguda per tercers en entrar a la xarxa. Per això, si el
> missatge inclou contrasenyes, números de targetes de crèdit o qualsevol altra informació que vostè
> consideri confidencial, seria més segur contestar per una altra via i cancel·lar la seva transmissió.
> L'Ajuntament de Cerdanyola del Vallès no pot assumir la responsabilitat derivada del fet de que terceres persones
> puguin arribar a conèixer el contingut d'aquest missatge durant la seva transmissió.
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list