James Moger
2014-05-12 b3dab7e3b53f2520180aa81c07fa9f67f2fa3e32
src/main/java/com/gitblit/manager/IRepositoryManager.java
@@ -159,6 +159,14 @@
   void resetRepositoryListCache();
   /**
    * Reset all caches for this repository.
    *
    * @param repositoryName
    * @since 1.5.1
    */
   void resetRepositoryCache(String repositoryName);
   /**
    * Returns the list of all repositories available to Gitblit. This method
    * does not consider user access permissions.
    *