Package com.opensymphony.module.sitemesh.scalability.secondarystorage
package com.opensymphony.module.sitemesh.scalability.secondarystorage
-
ClassDescriptionA secondary storage that does nothing.This is a mechanism that allows large SiteMesh requests to be spilled out of memory and into secondary storage.This writer allows for secondary storage to be use If the body of the response its really large
It will ensure that everything up to the <body> tage is in memory before spilling over, so that further parsing can use memory access to find important page details.A SecondaryStorage implementation that uses the File.createTempFile() method