I know that the attribute "updateCheck" can be set to "false" in an XML-like:
xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" XSI: noNamespaceSchemaLocation = "../config/ehcache.xsd" UpdateCheck = "false" Monitoring = "Automatic detection">
But I need to do this programmatically. How can I do it?
Gosta source share