[HttpGet] public string Get() { cache.Set(“MyKey”, DateTime.Now.ToString()); return “This is a test method...”; }