if(type) {
                pointer = storage[type]     = storage[type]           || {};
                stored  = pointer[property] = storage[type][property] || null;
            }