add 方法将只存储缓存中不存在的数据。如果存储成功,将返回 true ,否则返回 false :
add
true
false
Cache::add('key', 'value', $seconds);
关闭