|
CeresEngine 0.2.0
A game development framework
|
An object that maps URL requests to cached response objects. More...
#include <CeresEngine/Foundation/IO/URLSession.hpp>
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.