次のように、属性「updateCheck」を XML で「false」に設定できることを知っています。
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../config/ehcache.xsd" updateCheck="false" monitoring="autodetect">
しかし、私はこれをプログラムで行う必要があります。どうすればいいですか?
次のように、属性「updateCheck」を XML で「false」に設定できることを知っています。
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../config/ehcache.xsd" updateCheck="false" monitoring="autodetect">
しかし、私はこれをプログラムで行う必要があります。どうすればいいですか?