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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -