org.apache.cocoon.pipeline.caching
Interface PipelineCache

All Known Implementing Classes:
SimplePipelineCache

public interface PipelineCache


Method Summary
 CacheValue get(CacheKey currentPipelineCacheKey)
           
 void put(CacheKey pipelineCacheKey, CacheValue pipelineCacheValue)
           
 

Method Detail

put

void put(CacheKey pipelineCacheKey,
         CacheValue pipelineCacheValue)

get

CacheValue get(CacheKey currentPipelineCacheKey)


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