Metadata-Version: 2.4
Name: cache2q
Version: 0.1.0
Summary: Two queue (2Q) cache implementation
Author-email: Dmitrii Proskurin <dimapr117@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/DimaProskurin/cache2q
Project-URL: Repository, https://github.com/DimaProskurin/cache2q
Project-URL: Issues, https://github.com/DimaProskurin/cache2q/issues
Keywords: cache,2q,lru,algorithm
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# cache2q

Two queue (2Q) cache implementation in Python

[![CI](https://github.com/DimaProskurin/cache2q/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/DimaProskurin/cache2q/actions/workflows/ci.yml)

---------------------------------------------

To be done: examples
