Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneアプリにキャッシュしたいデータがいくつかありますが、日付はそれほど頻繁には変更されません。
SQLite を使用してそれらを保存したいのですが、アプリケーションで SQLite を起動するとメモリがいくらか消費されます。
単純な txt ファイルを使用して、JSON 形式などのデータを保存できますか? ファイルのオープン、書き込み、読み取りのコストなどを管理することについてはまだ心配しています。