Flintstone\Cache\ArrayCache::set PHP Method

set() public method

public set ( $key, $data )
    public function set($key, $data)
    {
        $this->cache[$key] = $data;
    }