Mercurial > dive4elements > river
diff flys-artifacts/doc/conf/conf.xml @ 2084:a5f327849b85
Added a service to invalidate caches by their names. Useful tp prevent cache inconsistencies caused by external ETL processes.
flys-artifacts/trunk@3604 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 18:35:09 +0000 |
parents | 007a8f5ed9f1 |
children | 2f5cb58e662e |
line wrap: on
line diff
--- a/flys-artifacts/doc/conf/conf.xml Thu Jan 05 14:32:44 2012 +0000 +++ b/flys-artifacts/doc/conf/conf.xml Thu Jan 05 18:35:09 2012 +0000 @@ -100,6 +100,10 @@ name="cross-section-km" service="de.intevation.flys.artifacts.services.CrossSectionKMService" description="The service provides the N next neighbored kms and ids of cross section lines for given cross section id, km and N.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> + <service-factory + name="cache-invalidation" + service="de.intevation.flys.artifacts.services.CacheInvalidationService" + description="The service invalidates caches.">de.intevation.artifactdatabase.DefaultServiceFactory</service-factory> </service-factories> </factories>