---
title: es_clear_cache_result_t
framework: endpointsecurity
role: symbol
role_heading: Structure
path: endpointsecurity/es_clear_cache_result_t
---

# es_clear_cache_result_t

Values that indicate the result of clearing a cache.

## Declaration

```swift
struct es_clear_cache_result_t
```

## Topics

### Success

- [ES_CLEAR_CACHE_RESULT_SUCCESS](endpointsecurity/es_clear_cache_result_success.md)

### Errors

- [ES_CLEAR_CACHE_RESULT_ERR_INTERNAL](endpointsecurity/es_clear_cache_result_err_internal.md)
- [ES_CLEAR_CACHE_RESULT_ERR_THROTTLE](endpointsecurity/es_clear_cache_result_err_throttle.md)

### Initializers

- [init(_:)](endpointsecurity/es_clear_cache_result_t/init(_:).md)
- [init(rawValue:)](endpointsecurity/es_clear_cache_result_t/init(rawvalue:).md)

### Instance Properties

- [rawValue](endpointsecurity/es_clear_cache_result_t/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### Managing Cached Results

- [es_clear_cache(_:)](endpointsecurity/es_clear_cache(_:).md)
