Table of Contents

Namespace ZeroInstall.Store.Feeds

Caches for feeds.

Classes

FeedCache

A disk-based cache of Feeds that were downloaded via HTTP(S). Once a feed has been added to this cache it is considered trusted (signatures are not checked again).

FeedCaches

Provides IFeedCache instances.

FeedUtils

Provides utility methods for managing Feeds.

SearchResult

A single result of a feed search.

SearchResults

Holds results of a feed search query.

Interfaces

IFeedCache

A disk-based cache of Feeds that were downloaded via HTTP(S). Once a feed has been added to this cache it is considered trusted (signatures are not checked again).