# File lib/jmespath/caching_parser.rb, line 12 def parse(expression) if cached = @cache[expression] cached else cache_expression(expression) end end