Author: scottmf
Date: 2010-03-16 10:11:17 -0700 (Tue, 16 Mar 2010)
New Revision: 14386
URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14386
Modified:
trunk/etc/ehcache.xml
Log:
[HHQ-3798] remove Measurement.findAvailMeasurements cache.
Modified: trunk/etc/ehcache.xml
===================================================================
--- trunk/etc/ehcache.xml 2010-03-16 17:10:13 UTC (rev 14385)
+++ trunk/etc/ehcache.xml 2010-03-16 17:11:17 UTC (rev 14386)
@@ -137,12 +137,6 @@
timeToIdleSeconds="0"
timeToLiveSeconds="0"
memoryStoreEvictionPolicy="LRU"/>
- <cache name="Measurement.findAvailMeasurements"
- maxElementsInMemory="1000"
- eternal="true"
- timeToIdleSeconds="0"
- timeToLiveSeconds="0"
- memoryStoreEvictionPolicy="LRU"/>
<cache name="Measurement.findAvailMeasurementsForGroup"
maxElementsInMemory="500"
eternal="true"
|