SproutCMS

This is the code documentation for the SproutCMS project

function cache()

Load data from a simple cache file. This should only be used internally,
and is NOT a replacement for the Cache library.

Usage

mixed Kohana::cache ( string $name );

Authors

Arguments

  1. string $name
    unique name of cache

Return value

  • mixed