EhCache Configuration

shindig.properties

# The location of the EhCache configuration file.
shindig.cache.ehcache.config=res://org/apache/shindig/common/cache/ehcache/ehcacheConfig.xml

# The location of the filter file for EhCache's SizeOfEngine
# This gets set as a system property to be consumed by EhCache.
# Can be a resource on the classpath or a path on the file system.
shindig.cache.ehcache.sizeof.filter=res://org/apache/shindig/common/cache/ehcache/SizeOfFilter.txt

# true to enable JMX integration.
shindig.cache.ehcache.jmx.enabled=true

# true to enable JMX stats.
shindig.cache.ehcache.jmx.stats=true

ehcacheConfig.xml

Detailed configuration for EhCache. Comments should be inlined in that file.

SizeOfFilter.txt

Fields to have the SizeOf engine ignore. Comments are inlined in that file.

  • No labels