saxulum-legacy / saxulum-doctrine-mongodb-odm-provider

A simple mongodb odm service provider for pimple, silex, cilex
MIT License
10 stars 3 forks source link

Metadata cache driver option #4

Open davidloubere opened 8 years ago

davidloubere commented 8 years ago

Hi, is it possible to configure the metadata_cache_driver (apc, xcache, memcache...) as in the DoctrineMongoDBBundle configuration?

dominikzogg commented 8 years ago

@davidloubere sorry for the very, very late response: as you can see: https://github.com/saxulum/saxulum-doctrine-mongodb-odm-provider/blob/v1/src/Provider/DoctrineMongoDbOdmProvider.php#L433 there is a possibility to define cache implementation, but i am not sure if this is enough for what you dlike to do