Package com.aquima.web.config.content
package com.aquima.web.config.content
-
ClassesClassDescriptionThe default temporary persistence strategy: temporary content stored in a memory connection is placed on the request scope temporary content stored in a non-memory connection is placed on the session scope The temporary content is deleted by an
IContentManager
wrapper when the scope is destroyed.The temporary persistence strategy used when sessions are stored in a key-value store: temporary content stored in a memory connection is placed on the request scope and deleted by anIContentManager
wrapper when the scope is destroyed for temporary content stored in a non-memory connection a cleanup job is scheduled