blob: f5370f08fb5de26ccd1e8bc5e12efda758faa983 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ejabberd@gentoo.org</email>
</maintainer>
<longdescription lang="en">
cache_tab application is intended to proxy back-end operations for
Key-Value insert, lookup and delete and maintain a cache of those
Key-Values in-memory, to save back-end operations.
Operations are intended to be atomic between back-end and cache tables.
The lifetime of the cache object and the max size of the cache can be
defined as table parameters to limit the size of the in-memory tables.
</longdescription>
<origin>srcux</origin>
</pkgmetadata>
|