Solar_Sql_Model_Cache::delete()

public void Solar_Sql_Model_Cache::delete ( void )

Deletes the cache for this model.

Parameters

  • None.

Returns

  • (void)

Description

Deletes the cache for this model.

Technically, this just increases the data version number. This means that older versions will no longer be valid, causing a cache miss.

The version entry is keyed under $prefix/model/$model_name/data_version.



Local