CacheLoader

CacheLoader

class CacheLoader extends Loader

CacheLoader is a loader that caches other loaders responses on the filesystem.

This cache only caches on disk to allow PHP accelerators to cache the opcodes. All other mechanism would imply the use of eval().

Methods

setLogger(LoggerInterface $logger)

Sets the debug logger to use for this loader.

from Loader
__construct(登录查看完整内容