Page Speed Optimization Libraries  1.8.31.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::RewriteDriverPool Class Reference

#include "rewrite_driver_pool.h"

List of all members.

Public Member Functions

virtual ~RewriteDriverPool ()
 Deletes all drivers in the pool.
virtual const RewriteOptionsTargetOptions () const =0
RewriteDriverPopDriver ()
 Return a driver from freelist, or NULL.
void RecycleDriver (RewriteDriver *driver)
 Stores the driver on freelist, and Clear()s it for reuse.

Detailed Description

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines