Previous Page
delete()

Solar_Cache_Adapter
deleteAll()

Next Page
dump()

deleteAll()

public void deleteAll ( )

Deletes all entries from the cache.

Parameters

  • None.

Returns

  • (void)

Description

Deletes all entries from the cache.

<?php
$cache = Solar::factory('Solar_Cache');
$cache->deleteAll();
?>