12 13 14 15
# File 'lib/zk_client/zk_cache.rb', line 12 def read(key) path = _process_path(key) _cache[path] end