Skip to content

Commit

Permalink
don't return the file age too, that's just confusing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Johnson committed May 13, 2011
1 parent 3ab194f commit 75fc001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stdlib/helpers/cache.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function wax.cache.get(key, maxAge)
wax.cache.clear(key)
return nil
else
return result, fileAge
return result
end
end

Expand Down

0 comments on commit 75fc001

Please sign in to comment.