Websites' appcaches.
bool? get appcache => _wrapped.appcache;
set appcache(bool? v) { _wrapped.appcache = v; }