예제 #1
0
 public bool PrimaryBlobMayExist()
 {
     return(primaryBlob.GetBlobResult() != null);
 }
예제 #2
0
 public bool NeedsCaching()
 {
     return(HasParams || primaryBlob?.GetBlobResult()?.IsFile == false);
 }
 public bool PrimaryBlobMayExist()
 {
     // Just returns a lambda for performing the actual fetch, does not actually call .Fetch() on providers
     return(primaryBlob.GetBlobResult() != null);
 }