|
Page Speed Optimization Libraries
1.13.35.1
|
#include "rewrite_driver_pool.h"
Public Member Functions | |
| virtual | ~RewriteDriverPool () |
| Deletes all drivers in the pool. | |
| virtual const RewriteOptions * | TargetOptions () const =0 |
| RewriteDriver * | PopDriver () |
| Return a driver from freelist, or NULL. | |
| void | RecycleDriver (RewriteDriver *driver) |
| Stores the driver on freelist, and Clear()s it for reuse. | |
A class for managing recycling of RewriteDrivers with standard options. Note that this class by itself is not threadsafe, as ServerContext takes care of that.
1.8.6