Skip to content
Snippets Groups Projects
Commit dc7485c0 authored by Per Hedbor's avatar Per Hedbor
Browse files

[autodoc] Some toplevel documentatioon for Cache.

parent 65b865fb
Branches
Tags
No related merge requests found
//! Common Caching implementation
//!
//! This module serves as a front-end to different kinds of caching
//! systems. It uses two helper objects to actually store data, and to
//! determine expiration policies.
//!
//! To create a new cache, do @[Cache.cache]( @[Cache.Storage.Base] storage_type, @[Cache.Policy.Base] expiration_policy )
//!
//!
//! The cache store instances of @[Cache.Data].
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment