I am using php-apcu for memory-caching in both sites that are hosted on the same server.
I am getting weird behaviour in some cases, where data from one site is displayed on the other site.
Is it possible that this bug is there because my cache fetches data from what is cached on the other site ? Is APCU cache global for the server, meaning any site on the server can access it ?
Thanks in advance, let me know if something is unclear !