Detailed Description

Handles disk caching of cookies and other content.

Static Public Member Functions

static DomainData GetDomain (string domain)
 Loads the index data for the given domain. More...
 

Static Private Attributes

static Dictionary< string,
DomainData
Index
 The index of domain information. More...
 

Member Function Documentation

static DomainData PowerUI.Cache.GetDomain ( string  domain)
inlinestatic

Loads the index data for the given domain.

Member Data Documentation

Dictionary<string,DomainData> PowerUI.Cache.Index
staticprivate

The index of domain information.