At the core, we want this application to allow it's client to fetch any standards, and also handle underlying caching and everything to minimize underlying processing.
This commit adds the initial setup with ISO standard provider, so whenever any client request for any of the standard, then this will look in our internal repository if we already have that document
then it will return to the client.
But if we don't have that standard in our repository, then it will use the proper finder class, fetch the document and also store to our internal repository before sending back to the client. We will also use this pre-cached document to further requests.
At the core, we want this application to allow it's client to fetch any standards, and also handle underlying caching and everything to minimize underlying processing.
This commit adds the initial setup with
ISO
standard provider, so whenever any client request for any of the standard, then this will look in our internal repository if we already have that document then it will return to the client.But if we don't have that standard in our repository, then it will use the proper finder class, fetch the document and also store to our internal repository before sending back to the client. We will also use this pre-cached document to further requests.