Prado\Caching\TEACache::deleteValue PHP Method

deleteValue() protected method

* @param string the key of the value to be deleted * @return boolean if no error happens during deletion
protected deleteValue ( $key ) : boolean
return boolean
 *
 * If loaded, TEACache will register itself with {@link TApplication} as the
 * cache module. It can be accessed via {@link TApplication::getCache()}.
 *