RequestEntriesResponseCacheDataEntries Property |
Version 111.2.70
cacheDataEntries
Namespace:
CefSharp.DevTools.CacheStorage
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax public IList<DataEntry> CacheDataEntries { get; }
public:
property IList<DataEntry^>^ CacheDataEntries {
IList<DataEntry^>^ get ();
}
Property Value
Type:
IListDataEntrySee Also