* Returns the total number of load operations (successful + failed). * * @returns Total number of load operations
()
| 132 | * @returns Total number of load operations |
| 133 | */ |
| 134 | loadCount(): number { |
| 135 | return this.loadSuccessCount + this.loadFailureCount; |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Returns the ratio of cache loading attempts that failed. |
no outgoing calls
no test coverage detected