How i can design a cache system using PDO and memcached?

Posted by losbits on Stack Overflow See other posts from Stack Overflow or by losbits
Published on 2010-04-08T14:29:25Z Indexed on 2010/04/08 14:33 UTC
Read the original article Hit count: 276

Filed under:
|
|
|

Hi, I'm using PDO for connect to the database in a system where I want implement memcached.

I don't know what keys use for caching the results because I can't get the string of the final query with PDO (because the prepared statements).

Any good idea for resolve this?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about php

Related posts about pdo