SproutCMS

This is the code documentation for the SproutCMS project

function get()

Fetches a cache by id. NULL is returned when a cache item is not found.

Usage

mixed $Cache->get ( string $id );

Arguments

  1. string $id
    cache id

Return value

  • mixed
    cached data or NULL