98 99 100
# File 'lib/bunq/client.rb', line 98 def get(&block) @cache.fetch_or_store(CACHE_KEY) { block.call if block_given? } end