@ThreadSafe public interface RequestScopedStorageService extends StorageService
StorageService
that maintains its data on a per-request basis.
Implementations of this interface will typically be injected with objects or proxies that supply access to the underlying request/response environment, such as servlets.
Implementations of this interface are not required to guarantee coherency across requests operating on the same initial data but must guarantee updates leave data in a consistent state.
create, create, create, delete, delete, deleteContext, deleteWithVersion, deleteWithVersion, getCapabilities, read, read, read, reap, update, update, update, updateContextExpiration, updateExpiration, updateExpiration, updateWithVersion, updateWithVersion, updateWithVersion
Copyright © 2018. All rights reserved.