isExpired: function()

in style/js/catalog/bloodhound.js [282:285]


                isExpired: function(key) {
                    var ttl = decode(ls.getItem(this._ttlKey(key)));
                    return _.isNumber(ttl) && now() > ttl ? true : false;
                }