The OWA_CACHE
package provides an interface that enables the PL/SQL
Gateway
cache to improve the performance of PL/SQL Web applications.
See Also:
For more information about implementation of this package:The chapter contains the following topics:
Table 211-1 OWA_CACHE Package Subprograms
Subprogram | Description |
---|---|
Disables the cache for this particular request |
|
Returns the tag associated with the cached content (used in the Validation technique model only) |
|
Returns the caching level (used in the Validation technique model only) |
|
Sets up the cache headers for validation model cache type |
|
Sets up the cache headers for expires model cache type |
|
Sets up the headers for a not modified cache hit (used in the Validation technique model only) |
|
Sets up the headers for a surrogate-control header for Web cache |
This function returns the tag associated with the cached content. It is used in the Validation technique only.
This returns the caching level. It is used in the Validation technique model only.
This procedure sets up the headers for a not-modified cache hit. It is used in the Validation technique only.