Home > Contents > Index >  
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.DisableCache

Disables caching on the Sites and EvalServer servlets for the current page evaluation.

Syntax

Parameters

None.

Description

The DisableCache method disables caching on both the EvalServer and the Sites servlets for the current page evaluation. This does not affect any other thread and does not affect export.

Use this method when an error is detected in the page that should prevent it from being cached.

Returns

None.

Example

The following example disables caching when an error is detected in the page:

 

   Home > Contents > Index >

Oracle JAVA Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.