build_varnish_status |
./varnish.module |
theme build function for 'varnish_status'. |
|
1 |
varnish_get_status |
./varnish.module |
Get the status (up/down) of each of the varnish servers. |
2 |
|
varnish_help |
./varnish.module |
Implements hook_help(). |
|
|
varnish_purge |
./varnish.module |
Helper function to purge items for a host that matches the provided pattern. |
2 |
|
varnish_purge_all_pages |
./varnish.module |
Helper function to quickly flush all caches for the current site. |
|
|
varnish_purge_paths |
./varnish.module |
Helper function that wraps around varnish_purge() and compiles a regular
expression of all paths supplied to it. This function takes care to chunk
commands into no more than 7500 bytes each, to avoid hitting
params.cli_buffer. |
|
|
varnish_requirements |
./varnish.install |
Implements hook_requirements(). |
|
|
varnish_theme |
./varnish.module |
Implements hook_theme(). |
|
|
_varnish_execute_command |
./varnish.module |
|
1 |
|
_varnish_get_host |
./varnish.module |
Helper function to parse the host from the global $base_url |
1 |
|
_varnish_read_socket |
./varnish.module |
Low-level socket read function. |
2 |
|
_varnish_terminal_run |
./varnish.module |
Send one or more commands to Varnish. |
2 |
|