()
| 125 | } |
| 126 | |
| 127 | getCacheVersion() { |
| 128 | return this.options === true |
| 129 | ? undefined |
| 130 | : (typeof this.options.version === class="st">"function" |
| 131 | ? this.options.version() |
| 132 | : this.options.version) || class="st">"unset"; |
| 133 | } |
| 134 | } |
| 135 | |
| 136 | /** |
no test coverage detected