Oracle9iAS Portal Developer Kit

invalidate_by_portlet procedure

Contained in package wwpro_api_invalidation.

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

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

procedure invalidate_by_portlet
(

p_provider_id in number,
p_portlet_id in number

);

Version: Oracle9iAS Portal 9.0.2 or later

Parameters:

 p_provider_id

The ID of the provider.

Datatype: in number

 p_portlet_id

The ID of the portlet.

Datatype: in number

Exceptions:

This procedure raises no user-defined exceptions.

Example:

wwpro_api_invalidation.invalidate_by_portlet
(

p_provider_id => 5,
p_portlet_id => 22

)
;

Related topics

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