Add descriptions to api/register/cache

This commit is contained in:
James Kyle 2015-07-03 20:17:55 +01:00
parent 4809747304
commit c2ebe7f26d

View File

@ -7,7 +7,7 @@ const FILENAME = process.env.BABEL_CACHE_PATH || path.join(homeOrTmp, ".babel.js
var data = {};
/**
* [Please add a description.]
* Write stringified cache to disk.
*/
export function save() {
@ -15,7 +15,7 @@ export function save() {
}
/**
* [Please add a description.]
* Load cache from disk and parse.
*/
export function load() {
@ -34,7 +34,7 @@ export function load() {
}
/**
* [Please add a description.]
* Retrieve data from cache.
*/
export function get() {