class Sprockets::CachedEnvironment

‘CachedEnvironment` is a special cached version of `Environment`.

The exception is that all of its file system methods are cached for the instances lifetime. This makes ‘CachedEnvironment` much faster. This behavior is ideal in production environments where the file system is immutable.

‘CachedEnvironment` should not be initialized directly. Instead use `Environment#cached`.