• Resolved Keith

    (@keithkhl)


    Can I use Docket cache with the following cache plugin?

    It uses PHP’s sqlite3 extension, and should create its own version of serialized files.

    I am aware that the same type caching potentially creates a wierd behavior, but for this one, was not sure if one can complement to the other.

    • This topic was modified 10 months, 2 weeks ago by Keith.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nawawi Jamili

    (@nawawijamili)

    Nope. You can’t use both, as both use the same drop-in file “object-cache.php”.

    Thread Starter Keith

    (@keithkhl)

    Right. Given the fact that sqlite3 is also a part of PHP extension, I think what Docket does as an object cache may be similar to what sqlite3 can do.

    Thx for the information!

    • This reply was modified 10 months, 2 weeks ago by Keith.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Use in conjunction with SQLite3 object cache’ is closed to new replies.