Oracle9iAS Portal Developer Kit

invalidate_by_provider procedure

Contained in package wwpro_api_invalidation.

Call this procedure to invalidate the cache for all portlets belonging to a particular provider, given the provider ID.

Note: This bulk invalidation is accomplished using a single call to the Web cache listener.

procedure invalidate_by_provider
(

p_provider_id in number

)
;

Version: Oracle9iAS Portal 9.0.2 or later

Parameters:

 p_provider_id

The ID of the provider.

Datatype: in number

Exceptions:

This procedure raises no user-defined exceptions.

Example:

wwpro_api_invalidation.invalidate_by_provider
(

p_provider_id => 5

)
;

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio