メインコンテンツまでスキップ
バージョン:25.2

URLCacheEnabled

  • global property
  • The URLCacheEnabled global property controls caching of remote URL accesses. When the URLCacheEnabled is set to 'true' (the default), SenseTalk may cache the contents of a remote URL once it has been fetched to speed up later access. To force a fresh copy of the URL to be loaded, set this property to 'false', as in this example:
         set the URLCacheEnabled to false
put url "<a href="http://www.apple.com" class="l0">http://www.apple.com</a>" into appleHomePage -- get fresh copy
set the URLCacheEnabled to true -- restore caching