Libraries
»
akcache
(1.1.1)
»
Index
»
CacheManager
»
#get_cache_root
Method: CacheManager#get_cache_root
Defined in:
lib/kcache.rb
#
get_cache_root
⇒
Object
45 46 47
# File 'lib/kcache.rb', line 45
def
get_cache_root
return
Dir
.
home
+
"/ysCache"
end