Pessoal tenho meu ehcache configurado:
<ehcache>
<defaultCache maxElementsInMemory="10000" eternal="false"
timeToIdleSeconds="3600" timeToLiveSeconds="28800" overflowToDisk="false" />
<cache name="br.com.vivo.entity.Produto" maxElementsInMemory="10000">
</cache>
<cache name="br.com.vivo.entity.InteracaoMes"
maxElementsInMemory="10000">
</cache>
<cache name="br.com.vivo.entity.Interface" maxElementsInMemory="10000">
</cache>
<cache name="br.com.vivo.entity.Regional" maxElementsInMemory="10000">
</cache>
<cache name="br.com.vivo.entity.TipoPlano" maxElementsInMemory="10000">
</cache>
<cache name="br.com.vivo.entity.Erro" maxElementsInMemory="10000">
</cache>
<cache name="br.com.vivo.entity.MotivoFechamento" maxElementsInMemory="10000">
</cache>
</ehcache>
Meus caches usarão as configurações do defaultCache como timeToIdleSeconds=“3600” timeToLiveSeconds=“28800” overflowToDisk=“false” pq nao foram definidas em cada um?