The WP-TrueCache purpose is to provide high availability performance in a wordpress cluster environment. This performance includes the proper implementation of Memcache distributed caching and to maintain compatibility with existing and future plug in adaptations.
When reporting issues with this plug-in, please use the following internal link http://github.com/presspage2018/wp-truecache or send a support request to presspage.entertainment@gmail.com.
This list is not exhaustive, for known problems that were discovered during the development of WPTRUECACHE-HA.
Spokesperson: Ashley Blankenship
IMDB
Not all plug-ins are created equal and not all plug-ins are compatible with each other. The example being with the HyperDB and DBCache, where each plug-in had their own custom db.php file which is an override of the wordpress database object, wpdb. Each drop in had it own unique functionality where as one plug-in became active the other plug-in lost it functionality even though it was still reported as active.
Future additions of plug-ins must be careful and diligent to ensure compatibility with the existing plug-ins. Recommendations is to assigned a single point of entry that is responsible for verifying the coexistence of future plug-ins. This should be separate from the person assigned to perform the actual installation of the plug-in.