cache-rs 0.1.0

A high-performance, memory-efficient cache implementation supporting multiple eviction policies including LRU, LFU, LFUDA, SLRU and GDSF
Documentation
# Security Policy

## Supported Versions

| Version | Supported          |
| ------- | ------------------ |
| 0.1.x   | :white_check_mark: |
| < 0.1   | :x:                |

## Reporting a Vulnerability

If you discover a security vulnerability within cache-rs, please send an email to sigsegved@gmail.com. 
All security vulnerabilities will be promptly addressed.

Please include the following information in your report:

- A description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Suggested fix or mitigation if you have one

## Response Process

After you report a vulnerability:

1. The maintainers will acknowledge receipt of the vulnerability report
2. The maintainers will investigate and determine the impact and severity
3. The maintainers will develop a fix
4. Once a fix is ready, the maintainers will release a security update

## Security Best Practices for Users

When using this library:

- Keep your dependencies up to date
- Monitor for security advisories related to this project
- Follow secure coding practices when implementing caches with sensitive data