1 2 3 package org.enhydra.shark.api.internal.caching; 4 5 6 import org.enhydra.shark.api.*; 7 import org.enhydra.shark.api.internal.working.CallbackUtilities; 8 9 16 public interface CacheMgr { 17 18 25 void configure (CallbackUtilities cus) throws RootException; 26 27 32 public ProcessCache getProcessCache (); 33 34 39 public ResourceCache getResourceCache(); 40 41 42 } 43 44 | Popular Tags |