Fixed error in AspNetCache configuration

This commit is contained in:
bbaia
2008-07-04 13:21:42 +00:00
parent fc841477ed
commit b0ec233aca

View File

@@ -189,7 +189,7 @@
<programlisting> &lt;object id="CacheAspect" type="Spring.Aspects.Cache.CacheAspect, Spring.Aop"/&gt;
&lt;object id="AspNetCache" type="Spring.Caching.AspNetCache, Spring.Web"&gt;
&lt;property name="SlidingExpiration" value="true"/&gt;
&lt;property name="Priority" value="CachePriority.Low"/&gt;
&lt;property name="Priority" value="Low"/&gt;
&lt;property name="TimeToLive" value="00:02:00"/&gt;
&lt;/object&gt;