Cache
A cache used for storing HTTP responses.
Since
200.2.0
Parameters
directory
the directory in which to store the cache
max Size
the maximum size of the cache in bytes. Must be greater than 0.
Throws
if maxSize is less than or equal to 0.
A cache used for storing HTTP responses.
200.2.0
the directory in which to store the cache
the maximum size of the cache in bytes. Must be greater than 0.
if maxSize is less than or equal to 0.