Fixed error in AspNetCache configuration
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
<programlisting> <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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user