Oracle Application Server Web Cache Invalidation API Reference
10g (9.0.4)

B10402-01

oracle.webcache.invalidation
Class Uri

java.lang.Object
  |
  +--oracle.webcache.invalidation.Uri

public class Uri
extends java.lang.Object

This class represents a cached document (or set of documents) in the OracleAS Web Cache that is (are) to be invalidated.


Constructor Summary
Uri(java.lang.String uri)
           
Uri(java.lang.String uri, boolean uriIsPrefix, int maxRemovalDelay)
           

 

Method Summary
 void add(Cookie cookie)
           
 void add(Header header)
           
protected  InvalidatorElement toActionInvalidator()
           
protected  InvalidatorElement toSelectorInvalidator()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Uri

public Uri(java.lang.String uri,
           boolean uriIsPrefix,
           int maxRemovalDelay)

Uri

public Uri(java.lang.String uri)
Method Detail

add

public void add(Cookie cookie)

add

public void add(Header header)

toActionInvalidator

protected InvalidatorElement toActionInvalidator()

toSelectorInvalidator

protected InvalidatorElement toSelectorInvalidator()

Oracle Application Server Web Cache Invalidation API Reference
10g (9.0.4)

B10402-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.