das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

allow HTTP memory listing cache timeout to be controlled #19

Open jbfaden opened 2 years ago

jbfaden commented 2 years ago

If you list a directory and then list it again within 10 seconds, you will get a cached listing. This is also true of files, where it will always return a file which has been quite recently written to the cache. This is not something that can be controlled, and it would be nice if the application could control it. For example, sometimes it's nice to know that no web activity will occur during a batch run. See WebFileSystem.MEMORY_LISTING_TIMEOUT_MS.