CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::URLCache Class Reference

An object that maps URL requests to cached response objects. More...

#include <CeresEngine/Foundation/IO/URLSession.hpp>

Detailed Description

An object that maps URL requests to cached response objects.

The URLCache class implements the caching of responses to URL load requests, by mapping URLRequest objects to CachedURLResponse objects. It provides a composite in-memory and on-disk cache, and lets you manipulate the sizes of both the in-memory and on-disk portions. You can also control the path where cache data is persistently stored.


The documentation for this class was generated from the following file: