예제 #1
0
 public bool GetAuthorized(IMvcContext descriptor){
     var key = descriptor.ToString();
     return cache.get(key, () => descriptor.authorize(), true);
 }