| java.lang.Object org.enhydra.jdbc.util.RequestCache
RequestCache | public class RequestCache (Code) | | |
RequestCache | public RequestCache()(Code) | | |
getInstance | public static synchronized RequestCache getInstance()(Code) | | This method is used to obtain the cache, if it does not exist, it creates
it
|
readConfigurationFile | public void readConfigurationFile()(Code) | | |
reset | public synchronized void reset()(Code) | | |
setLink | public void setLink(String sql, String pattern)(Code) | | make the link between a application request (sql) and the pattern found
in the key of the cache_ object
Parameters: pattern - :may be "null" String |
|
|