SproutCMS

This is the code documentation for the SproutCMS project

function delete()

Deletes a cache item by id or tag

Usage

boolean $File->delete ( string $id [, boolean $tag ] );

Arguments

  1. string $id
    cache id or tag, or TRUE for "all items"
  2. boolean $tag = FALSE
    use tags

Return value

  • boolean