# .cache



# .cache
Enable, disable or clear the query cache for this session.

## Usage
```
.cache [on | off | clear]
```

## Examples 
Clear the cache  
```
.cache clear
```

Turn off caching:
```
.cache off
```

Turn on caching:
```
.cache on
```