Project

General

Profile

task #10077

Updated by Andreas Müller almost 2 years ago

Need to check how this works together with hibernate and spring caching. 

 There is a branch "feature_10077" (still local on cdmlib2/AM) for some changes. 

 In this context we should unify cache handling as there is CdmCacherBase and EhCacheConfiguration which both do define a getDefaultCacheConfiguration(). 

 As configuration is now created by builder classes and are probably immutable we may need to change architecture a bit as EhCacheConfiguration and EhCacheDiskStoreConfiguration are both spring configurations.

Back