Clear all stored feeds.
Get the feed count of store.
feed count.
Return true if there is no feeds in this store.
Store is empty or not.
Load the ETag info. The implementation of this can be omit. If it is omitted, this always returns an empty string.
ETag.
Load the latest n feeds.
Count of feeds.
Loaded feeds.
Save the ETag info. The implementation of this can be omit. If it is omitted, this does nothing.
ETag.
Save new feeds. This does not care the feed's ID. Always stored all feeds.
Feeds to save.
Generated using TypeDoc
Represents a feed store.
A feed store can save and load feeds. Order of feeds must be kept.