function createCache() {
    var keys = [];

    function cache( key, value ) {