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

Commit ca56968

Browse files
Merge pull request #434 from github-for-unity/enhancements/using-cache-invalidated-events
Functionality to track "first run" in cache objects
2 parents 9268a4d + e701430 commit ca56968

File tree

2 files changed

+190
-64
lines changed

2 files changed

+190
-64
lines changed

src/GitHub.Api/Git/Repository.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ private void CacheContainer_OnCacheInvalidated(CacheType cacheType)
323323
case CacheType.GitUserCache:
324324
break;
325325

326+
case CacheType.RepositoryInfoCache:
327+
break;
328+
326329
default:
327330
throw new ArgumentOutOfRangeException(nameof(cacheType), cacheType, null);
328331
}

0 commit comments

Comments
 (0)