class Object

Constants

ThreeDCachingLog

Create Logger

Public Instance Methods

key_file_path(key) click to toggle source
# File lib/3d_cache.rb, line 28
def key_file_path(key)
  File.join(cache_path, key.to_s) + '.cache'
end