web services - Outputcache duration expired time in Web API -
i have created cache profile in web config.
<outputcacheprofiles> <add name="cache1hour" duration="10" varybyparam="none"/> </outputcacheprofiles> but, method didn't expire after 10 seconds.i don't know duration time seconds or minutes.and how set expire time in output cache
Comments
Post a Comment