s_aCache has cached file.sch ,but content of this file is changed, i want to update the cacheMap ,what shoud i do
_ How about || mbForceCacheResult SchematronProviderXSLTFromSCH aProvider = s_aCache.get (sCacheKey); if (aProvider == null || m_bForceCacheResult) { // Create new object and put in cache aProvider = createSchematronXSLTProvider (aSchematronResource, aTransformerCustomizer); if (aProvider != null) s_aCache.put (sCacheKey, aProvider); }
s_aCache has cached file.sch ,but content of this file is changed, i want to update the cacheMap ,what shoud i do
_ How about || mbForceCacheResult
SchematronProviderXSLTFromSCH aProvider = s_aCache.get (sCacheKey); if (aProvider == null || m_bForceCacheResult) { // Create new object and put in cache aProvider = createSchematronXSLTProvider (aSchematronResource, aTransformerCustomizer); if (aProvider != null) s_aCache.put (sCacheKey, aProvider); }