Update of /cvsroot/springnet/Spring.Net/doc/reference/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21697
Modified Files:
aop-aspect-library.xml
Log Message:
Fixed error in AspNetCache configuration.
Index: aop-aspect-library.xml
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/doc/reference/src/aop-aspect-library.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** aop-aspect-library.xml 4 Apr 2008 15:18:18 -0000 1.14
--- aop-aspect-library.xml 4 Jul 2008 13:20:40 -0000 1.15
***************
*** 190,194 ****
<object id="AspNetCache" type="Spring.Caching.AspNetCache, Spring.Web">
<property name="SlidingExpiration" value="true"/>
! <property name="Priority" value="CachePriority.Low"/>
<property name="TimeToLive" value="00:02:00"/>
</object>
--- 190,194 ----
<object id="AspNetCache" type="Spring.Caching.AspNetCache, Spring.Web">
<property name="SlidingExpiration" value="true"/>
! <property name="Priority" value="Low"/>
<property name="TimeToLive" value="00:02:00"/>
</object>
|