Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit acd14c5

Browse files
Calling update methods on invalidate
1 parent 8efffb3 commit acd14c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,12 +307,15 @@ private void CacheContainer_OnCacheInvalidated(CacheType cacheType)
307307
break;
308308

309309
case CacheType.GitLogCache:
310+
UpdateGitLog();
310311
break;
311312

312313
case CacheType.GitStatusCache:
314+
UpdateGitStatus();
313315
break;
314316

315317
case CacheType.GitLocksCache:
318+
UpdateLocks();
316319
break;
317320

318321
case CacheType.GitUserCache:

0 commit comments

Comments
 (0)