Package com.aquima.web.config.content
-
Class Summary Class Description DefaultTemporaryPersistenceStrategy The 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 anIContentManager
wrapper when the scope is destroyed.ExternalTemporaryPersistenceStrategy 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