# .cache_ttl


# .cache
Set the query cache TTL (time-to-live) for this session.

## Usage
```
.cache_ttl [integer]
```

## Examples 
Set the cache TTL to 15 minutes
```
.cache_ttl 90
```