org.outerj.daisy.frontend.util
Class CacheHelper

java.lang.Object
  extended by org.outerj.daisy.frontend.util.CacheHelper

public class CacheHelper
extends java.lang.Object


Constructor Summary
CacheHelper()
           
 
Method Summary
static java.lang.Object getFromCache(Store store, Source source, java.lang.String prefix)
           
static void setInCache(Store store, java.lang.Object object, Source source, java.lang.String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheHelper

public CacheHelper()
Method Detail

getFromCache

public static java.lang.Object getFromCache(Store store,
                                            Source source,
                                            java.lang.String prefix)

setInCache

public static void setInCache(Store store,
                              java.lang.Object object,
                              Source source,
                              java.lang.String prefix)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © -2006 . All Rights Reserved.