Prado\Caching\ICache::set PHP 메소드

set() 공개 메소드

If the cache already contains such a key, the existing value and expiration time will be replaced with the new ones.
public set ( $id, $value, $expire, $dependency = null ) : boolean
리턴 boolean true if the value is successfully stored into cache, false otherwise
    public function set($id, $value, $expire = 0, $dependency = null);