예제 #1
0
  /** Returns the Cache object or null if one doesn't exist. */
  DataFileCache getCache() throws HsqlException {

    if (lLog != null) {
      return lLog.getCache();
    } else {
      return null;
    }
  }