Method: CacheManager#get_cache_root

Defined in:
lib/kcache.rb

#get_cache_rootObject



45
46
47
# File 'lib/kcache.rb', line 45

def get_cache_root
    return Dir.home + "/ysCache"
end