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

/opengrok-jel/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
74 * @param history The history to store
75 * @param repository The repository whose history to store
78 void store(History history, Repository repository) method in interface:HistoryCache
122 * @param path2rev where to store the path to revision entries. If
134 * @param path2rev where to store the path to revision entries. If
H A DFileHistoryCache.java187 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
618 public void store(History history, Repository repository) method in class:JDBCHistoryCache

Completed in 22 milliseconds