---
source: varnish-macros/src/tests.rs
---
<!--
!!!!!! WARNING: DO NOT EDIT THIS FILE!
This file was generated from the Varnish VMOD source code.
It will be automatically updated on each build.
-->
# Varnish Module (VMOD) `refcell_task`
```vcl
// Place import statement at the top of your VCL file
// This loads vmod from a standard location
import refcell_task;
// Or load vmod from a specific file
import refcell_task from "path/to/librefcell_task.so";
```
### Function `VOID refcell_task.read()`
### Function `VOID refcell_task.write()`
### Function `VOID refcell_task.read_with_opt([INT op])`