Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an application cache for REST API #9173

Closed
wants to merge 48 commits into from

Initial implementation using Express middleware cached response handler.

d1e61c4
Select commit
Loading
Failed to load commit list.
Closed

Add an application cache for REST API #9173

Initial implementation using Express middleware cached response handler.
d1e61c4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 27, 2024 in 1s

73.33% of diff hit (target 92.14%)

View this Pull Request on Codecov

73.33% of diff hit (target 92.14%)

Annotations

Check warning on line 81 in hedera-mirror-rest/cache.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-mirror-rest/cache.js#L81

Added line #L81 was not covered by tests

Check warning on line 90 in hedera-mirror-rest/cache.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-mirror-rest/cache.js#L90

Added line #L90 was not covered by tests

Check warning on line 32 in hedera-mirror-rest/middleware/responseCacheHandler.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-mirror-rest/middleware/responseCacheHandler.js#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 36 in hedera-mirror-rest/middleware/responseCacheHandler.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-mirror-rest/middleware/responseCacheHandler.js#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 38 in hedera-mirror-rest/middleware/responseCacheHandler.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-mirror-rest/middleware/responseCacheHandler.js#L38

Added line #L38 was not covered by tests

Check warning on line 40 in hedera-mirror-rest/middleware/responseCacheHandler.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-mirror-rest/middleware/responseCacheHandler.js#L40

Added line #L40 was not covered by tests

Check warning on line 49 in hedera-mirror-rest/middleware/responseCacheHandler.js

See this annotation in the file changed.

@codecov codecov / codecov/patch

hedera-mirror-rest/middleware/responseCacheHandler.js#L49

Added line #L49 was not covered by tests