zendframework1-doctrine2 icon indicating copy to clipboard operation
zendframework1-doctrine2 copied to clipboard

Allow third party FilesystemCache or FileCache class

Open lukaslabryszewski opened this issue 9 years ago • 0 comments

Modified Bisna\Doctrine\Container::startCacheInstance() as it was relying on class name checking to pass in configuration parameters. I modified it to only check for the class name, ignoring the namespace. This now allows all adapters named FilesystemCache and FileCache to have the directory and extension passed into the constructor.

lukaslabryszewski avatar Sep 23 '15 16:09 lukaslabryszewski