Skip to content

Commit 07941bd

Browse files
committed
Merge branch 'dev'
2 parents ab21950 + b4899c5 commit 07941bd

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

vix.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "cache",
3+
"namespace": "vix",
4+
"version": "0.5.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "HTTP cache engine for Vix. Pluggable cache stores, cache policies, and keying strategies for high-performance HTTP response caching.",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"cache",
14+
"http",
15+
"memory",
16+
"file",
17+
"lru",
18+
"performance",
19+
"caching"
20+
],
21+
"repository": "https://github.com/vixcpp/cache",
22+
"authors": [
23+
{
24+
"name": "Gaspard Kirira",
25+
"github": "Gaspardkirira"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)