Skip to content

Add generalized cache handling#36

Merged
z4kn4fein merged 6 commits intomasterfrom
cache-generalization
Aug 28, 2023
Merged

Add generalized cache handling#36
z4kn4fein merged 6 commits intomasterfrom
cache-generalization

Conversation

@z4kn4fein
Copy link
Member

Describe the purpose of your pull request

This PR enables the generalized caching feature.

Related issues (only if applicable)

Requirement checklist (only if applicable)

  • I have covered the applied changes with automated tests.
  • I have executed the full automated test set against my changes.
  • I have validated my changes against all supported platform versions.
  • I have read and accepted the contribution agreement.

@z4kn4fein z4kn4fein requested a review from a team as a code owner August 18, 2023 16:50
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

* @return float the last download time of the current config in unix milliseconds format.
*/
public function getFetchTimeUnixSeconds(): int
public function getFetchTimeUnixMilliseconds(): float
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a BC to a public API, so I guess it should be mentioned in the release notes.

@z4kn4fein z4kn4fein merged commit 374996f into master Aug 28, 2023
@z4kn4fein z4kn4fein deleted the cache-generalization branch August 28, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants