diff options
Diffstat (limited to 'devel/p5-CHI/pkg-descr')
-rw-r--r-- | devel/p5-CHI/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-CHI/pkg-descr b/devel/p5-CHI/pkg-descr new file mode 100644 index 000000000000..dcd0484ad16e --- /dev/null +++ b/devel/p5-CHI/pkg-descr @@ -0,0 +1,13 @@ +CHI provides a unified caching API, designed to assist a developer in +persisting data for a specified period of time. + +The CHI interface is implemented by driver classes that support +fetching, storing and clearing of data. Driver classes exist or will +exist for the gamut of storage backends available to Perl, such as +memory, plain files, memory mapped files, memcached, and DBI. + +CHI is intended as an evolution of DeWitt Clinton's Cache::Cache +package, adhering to the basic Cache API but adding new features and +addressing limitations in the Cache::Cache implementation. + +WWW: http://search.cpan.org/dist/CHI/ |