This website requires JavaScript.
Explore
Help
Sign In
renun
/
NetNewsWire
Watch
1
Star
0
Fork
0
You've already forked NetNewsWire
mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced
2025-08-12 06:26:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
50276233d1b1e09d256850d783dde529d2b5cde1
NetNewsWire
/
Frameworks
/
ArticlesDatabase
History
Brent Simmons
37c9818cad
Create and use a cache for DatabaseArticle — this will make fetches faster, since we can skip pulling the same data from the database over and over. Articles in the cache are removed when articles are updated, so the cache is never stale.
2019-09-28 13:51:33 -07:00
..
ArticlesDatabase.xcodeproj
…
DatabaseTests
…
Extensions
…
xcconfig
Update to Swift 5.1
2019-09-25 15:32:30 -05:00
ArticlesDatabase.swift
…
ArticlesTable.swift
Create and use a cache for DatabaseArticle — this will make fetches faster, since we can skip pulling the same data from the database over and over. Articles in the cache are removed when articles are updated, so the cache is never stale.
2019-09-28 13:51:33 -07:00
AttachmentsTable.swift
…
AuthorsTable.swift
…
Constants.swift
…
DatabaseArticle.swift
…
DatabaseObject+Database.swift
…
Info.plist
…
RelatedObjectsMap+Database.swift
…
SearchTable.swift
…
StatusesTable.swift
Create statusWithRow(_ row: FMResultSet, articleID: String) — it allows us to avoid pulling articleID from the row twice every time we’re creating a DatabaseArticle.
2019-09-28 12:18:08 -07:00