Prado\Caching\TEACache::deleteValue PHP 메소드

deleteValue() 보호된 메소드

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