Example #1
0
 private static bool RequiresCaching(ICommand commandObject)
 {
     return commandObject.GetCustomAttributesValue<IgnoreCacheAttribute>(false) == null;
 }
Example #2
0
 private static bool RequiresCaching(ICommand commandObject)
 {
     return(commandObject.GetCustomAttributesValue <IgnoreCacheAttribute>(false) == null);
 }