SproutCMS

This is the code documentation for the SproutCMS project

function cacheSave()

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

Usage

boolean Kohana::cacheSave ( string $name , mixed $data );

Authors

Arguments

  1. string $name
    cache name
  2. mixed $data
    data to cache

Return value

  • boolean