class Sprockets::Environment

def cached

system only changes between deploys.
faster. This behavior is ideal in production since the file
All its file system calls are cached which makes `cached` much

Returns a cached version of the environment.
def cached
  CachedEnvironment.new(self)
end