Cachearium\Backend\CacheNull::store PHP Method

store() public method

public store ( $data, CacheKey $k, $lifetime )
$k Cachearium\CacheKey
    public function store($data, CacheKey $k, $lifetime = 0)
    {
        return true;
    }