save()
Saves the cache nodes.
Declaration
func save() throwsDiscussion
You override this method to make persistent the necessary information from the cache nodes to the URL specified for the receiver.
Special Considerations
You must override this method.