ossp-web/pkg/lib/cache/index.wml
#use wml::ossp area=pkg:lib subarea=cache
<title>OSSP cache</title>
<h1>User-Space Cache</h1>
<h2>Abstract</h2>
OSSP cache is an efficient fixed-size low-overhead user-space caching library.
It allows attaching an cache to a fixed-size memory segment and provides O(1)
time and space complexity over all operations.
<h2>Authors</h2>
<pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
<h2>Status</h2>
<pkg_status
name="cache" assign="rse"
stable="none" stable_date="none"
unstable="none" unstable_date="none"
done=15>
<h2>Source</h2>
<pkg_files
cvs=$(CVS_ROOT_URL)/pkg/lib/cache/
url=$(FTP_ROOT_URL)/pkg/lib/cache/
directory=$(FTP_ROOT_DIR)/pkg/lib/cache/
files="cache-*.tar.gz"
stable="none" unstable="none">