internal void UpdateFileCache(BaseFile aFile)
 {
     if (store != null)
     {
         store.MaybeStoreFile(aFile);
     }
 }
Beispiel #2
0
 internal void UpdateFileCache(BaseFile aFile)
 {
     store?.MaybeStoreFile(aFile);
 }