Searched defs:store (Results 1 - 4 of 4) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java40 * Check whether this cache implementation can store history for the given
44 * @return {@code true} if this cache implementation can store history
69 * @param history The history to store
70 * @param repository The repository whose history to store
73 void store(History history, Repository repository) method in interface:HistoryCache
H A DFileHistoryCache.java173 public void store(History history, Repository repository) method in class:FileHistoryCache
H A DJDBCHistoryCache.java139 * Check whether this cache implementation can store history for the given
630 public void store(History history, Repository repository) method in class:JDBCHistoryCache
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DRuntimeEnvironment.java363 * @param store {@code true} if the cache should be stored in a database
365 public void setStoreHistoryCacheInDB(boolean store) { argument
366 threadConfig.get().setHistoryCacheInDB(store);

Completed in 62 milliseconds