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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -