org.apache.cocoon.pipeline.caching
Class SimplePipelineCache

java.lang.Object
  extended by org.apache.cocoon.pipeline.caching.SimplePipelineCache
All Implemented Interfaces:
PipelineCache

public class SimplePipelineCache
extends Object
implements PipelineCache


Constructor Summary
SimplePipelineCache()
           
 
Method Summary
 CacheValue get(CacheKey pipelineCacheKey)
           
 void put(CacheKey pipelineCacheKey, CacheValue pipelineCacheValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimplePipelineCache

public SimplePipelineCache()
Method Detail

get

public CacheValue get(CacheKey pipelineCacheKey)
Specified by:
get in interface PipelineCache

put

public void put(CacheKey pipelineCacheKey,
                CacheValue pipelineCacheValue)
Specified by:
put in interface PipelineCache

toString

public String toString()
Overrides:
toString in class Object


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