Defines all of the fields for managing the JPIP server cache model.
public class CacheManagementFields
Public Class CacheManagementFields
public ref class CacheManagementFields
When a client request is received, this class will contain the JPIP cache management fields received from the client.
Access this class by using the RequestFields.RequestCacheManagementFields property in the RequestFields class when a new client request is received.
A JPIP client can use this class to update the server cache model, for both session-based and stateless requests.
For session-based requests, the server will maintain a model for the client cache, which contains the information it already sent to the client within a session. This will significantly reduce the amount of data transmitted in each response.
For stateless requests, the server won't be able to maintain a cache mode for the client. The client then can use this class to tell the server which information it has for the specified image codestream(s).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document