open static fun parseConfiguration(configLocation: Resource): Configuration
Parse EhCache configuration from the given resource, for further use with custom CacheManager creation.
configLocation - the location of the configuration file (as a Spring resource)
CacheException - in case of configuration parsing failure
Return
the EhCache Configuration handle
See Also
CacheManager#CacheManager(Configuration)CacheManager#create(Configuration)