Typhoeus cache class

This commit is contained in:
erwanlr
2013-02-21 12:41:43 +01:00
parent 4f3225c56a
commit b8ee3f84a0
5 changed files with 45 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ class CacheFileStore
end
def get_entry_file_path(key)
@storage_path + '/' + key
File::join(@storage_path, key)
end
end