This repository has been archived by the owner on Nov 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add RDS-cache support to file provider. (#649)
If request contains if_modified_since field, use that field to decide whether to send all the resources in the response or not. We always returns last_modified in the response. This timestamp corresponds to when lister's cache was refreshed from the actual file. Ref: #641 & #634 PiperOrigin-RevId: 388502695
- Loading branch information
Showing
2 changed files
with
182 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters