org.openprivacy.reptile.cache.sequence
Class SequenceCacheEntry

java.lang.Object
  |
  +--org.openprivacy.reptile.cache.sequence.SequenceCacheEntry

public class SequenceCacheEntry
extends java.lang.Object

A handle for items within the sequence cache.

Version:
$Id: SequenceCacheEntry.java,v 1.7 2002/02/21 22:41:23 burton Exp $
Author:
burtonator

Constructor Summary
SequenceCacheEntry(SequenceCacheHandle handle, java.lang.String content)
          Create a new SequenceCacheEntry instance.
 
Method Summary
 java.lang.String getContent()
          Get the content of this cached sequence.
 boolean stale()
          Return true if any of the resources for this document have changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceCacheEntry

public SequenceCacheEntry(SequenceCacheHandle handle,
                          java.lang.String content)
                   throws java.lang.Exception
Create a new SequenceCacheEntry instance.

Method Detail

getContent

public java.lang.String getContent()
Get the content of this cached sequence.


stale

public boolean stale()
Return true if any of the resources for this document have changed.