From b0ec233aca484f7fb561119c4b0f96e9520792a9 Mon Sep 17 00:00:00 2001 From: bbaia Date: Fri, 4 Jul 2008 13:21:42 +0000 Subject: [PATCH] Fixed error in AspNetCache configuration --- doc/reference/src/aop-aspect-library.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/src/aop-aspect-library.xml b/doc/reference/src/aop-aspect-library.xml index 674056ca..845addff 100644 --- a/doc/reference/src/aop-aspect-library.xml +++ b/doc/reference/src/aop-aspect-library.xml @@ -189,7 +189,7 @@ <object id="CacheAspect" type="Spring.Aspects.Cache.CacheAspect, Spring.Aop"/> <object id="AspNetCache" type="Spring.Caching.AspNetCache, Spring.Web"> <property name="SlidingExpiration" value="true"/> - <property name="Priority" value="CachePriority.Low"/> + <property name="Priority" value="Low"/> <property name="TimeToLive" value="00:02:00"/> </object>