Classes
Methods
全てのキャッシュ情報をクリアします。
Clear all cache information.Returns:
Type Description void 指定したkeyのキャッシュを削除します。
Deletes the cache for the specified key.Name Type Description key
* Returns:
Type Description void 指定したkeyのキャッシュ値を返却します。
Returns the cached value of the specified key.Name Type Description key
* 指定したkeyのキャッシュが存在するか確認を行います。
Check if the cache for the specified key exists.Name Type Description key
* Returns:
Type Description boolean キャッシュしたkeyの数を返却します。
Returns the number of cached keys.Returns:
Type Description number 指定したkeyにvalueをキャッシュします。
Caches the value for the specified key.Name Type Description key
* value
*