BUG: incorrect default caching type (fixes #10)
- change very misleading enum from `cachingTypes` to `updateTypes` and fix enumeration order. - default constructed cache was "None" (meant to be no caching) but should have been "Always" (ie, always update).
Please register or sign in to comment