hi, it is possible to adapt the secondLevelCache for usage the memcached::multi ? i know, the cache-interface have no multi-select but maybe a hack ? maybe via "CollectionCache" ? any idea for this feature ? i have tested some benchmarks with two caching systems (my own & doctrine second level cache). the result, my and doctrine SLC need the same time to request 10k objects via single select. but if i request the 10k objects via memcached::multi, my cache systems need just 30-40% of the time. but i want to use doctrine ORM, so it is possible to merge the features of doctrine SLC and memcached::multi ?
greez & thx, hoessi -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
