$OpenBSD$ index 9c1b0a6..09b1f75 100644 --- netwerk/base/public/nsICachingChannel.idl.orig Fri Feb 20 15:40:37 2015 +++ netwerk/base/public/nsICachingChannel.idl Fri Feb 20 15:40:37 2015 @@ -64,6 +64,13 @@ interface nsICachingChannel : nsICacheInfoChannel */ attribute nsISupports cacheKey; + /** + * Set/get the cache domain... uniquely identifies the data in the cache + * for this channel. Holding a reference to this key does NOT prevent + * the cached data from being removed. + */ + attribute AUTF8String cacheDomain; + /************************************************************************** * Caching channel specific load flags: */