org.apache.cocoon.pipeline.caching
Interface CacheValue

All Known Implementing Classes:
CompleteCacheValue

public interface CacheValue


Method Summary
 boolean isValid(CacheKey cacheKey)
           
 void writeTo(OutputStream outputStream)
           
 

Method Detail

isValid

boolean isValid(CacheKey cacheKey)

writeTo

void writeTo(OutputStream outputStream)
             throws IOException
Throws:
IOException


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.