CDN Helper module
Operations Incubator Version 3.0.0 Magnolia 6.4 compatible
Issues |
|
Git |
|
Latest |
3.0.0 |
The CDN Helper module provides an extension to the current browser cache policy to support the private
attribute that tells external systems like a CDN to exclude content from their cache.
This module is at the INCUBATOR level. |
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
<groupId>info.magnolia.cdn</groupId>
<artifactId>magnolia-cdn-helper</artifactId>
<version>3.0.0</version>
</dependency>