-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Identifier metadata is now loaded lazily from EZID
The local metadata is cleared after persisting (create/mint or modify) and reloaded only on subsequent access. The `#metadata` reader method provides a boolean `refresh` parameter (default: `true`) which can be used to bypass the reload. This may be useful in testing scenarios. Internal implementation details of Ezid::Metadata were also changed without public API impact (the class itself is documented as private). Closes #23
- Loading branch information
1 parent
6cd2857
commit 3012f66
Showing
4 changed files
with
166 additions
and
99 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
Oops, something went wrong.