Get the cache, if the deposited is Object, the retrieved is also Object, no need to convert again
cache name
cache data, can be passed directly into Object
Optional
cache time (seconds)
// set booleansetCache('boolean', true)// set objectsetCache('object', { name: 'saqqdy' })// set number, expires in 20 secondssetCache('number', 666, 20) Copy
// set booleansetCache('boolean', true)// set objectsetCache('object', { name: 'saqqdy' })// set number, expires in 20 secondssetCache('number', 666, 20)
1.0.2
Get the cache, if the deposited is Object, the retrieved is also Object, no need to convert again