<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Cache Objects in Disk or Memory // Reuse objects with a long
		processing time either by storing those in disk or memory. Uses
		caching to identify R objects (e.g., data frames, plots, etc.)
		and allows repeated access to those. Created with the specific
		goal of skipping the waiting time for summary tables obtained
		from large 'SQL' tables. It is extensible to other uses, such
		as caching plots in 'Tabler' dashboards to reduce waiting
		times.
	</longdescription>
</pkgmetadata>
