The document outlines various local storage options available in Cordova, including web storage, WebSQL, IndexedDB, and file system access. Each method has distinct features, such as web storage supporting key/value pair data with persistent storage, WebSQL offering structured SQL databases, and IndexedDB allowing for asynchronous operations without a defined schema. The document also discusses file system access for managing larger files and operations while underscoring the importance of choosing the appropriate API for specific use cases.