Skip to content

Commit

Permalink
Merge pull request #569 from nativenolde/invalidate_cache
Browse files Browse the repository at this point in the history
Allow DefaultNamingSubSystem derivatives to invalidate the cache
  • Loading branch information
jonorossi authored Nov 27, 2020
2 parents c3c3f5f + 2b65d32 commit 64eb0f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ protected virtual IHandler GetSelectorsOpinion(string name, Type type)
return null;
}

private void InvalidateCache()
protected void InvalidateCache()
{
handlerListsByTypeCache.Clear();
assignableHandlerListsByTypeCache.Clear();
Expand Down

0 comments on commit 64eb0f5

Please sign in to comment.