Title: Cache into memory
Last modified: January 18, 2021

---

# Cache into memory

 *  Resolved [jimingkui](https://wordpress.org/support/users/jimingkui/)
 * (@jimingkui)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/cache-into-memory/)
 * Hi,
    First thanks for the great plugin, it works in my Ubuntu server with LEMP.
   Now I’m trying to cache posts into RAM by mounting cache folder to /dev/shm/wpcache:
 *     ```
       mkdir /dev/shm/wpcache
       chmod 1777 /dev/shm/wpcache
       mount –bind /dev/shm/wpcache /var/www/wp-content/cache
       ```
   
 * It however make the ownership of cache folder to ‘root:root’ while all sub-items
   with ‘www-data:www-data’.
 * I’m not sure if cache now working in the memory though I can see “<!– Cache Enabler
   by KeyCDN @ 18.01.2021 02:48:53 (https gzip) –>” label in the webpage source 
   so I’m here to ask help.

Viewing 1 replies (of 1 total)

 *  Plugin Author [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * (@keycdn)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/cache-into-memory/#post-13922747)
 * Hello, it seems to work if you see the signature: “<!– Cache Enabler by KeyCDN
   @ 18.01.2021 02:48:53 (https gzip) –>”

Viewing 1 replies (of 1 total)

The topic ‘Cache into memory’ is closed to new replies.

 * ![](https://ps.w.org/cache-enabler/assets/icon.svg?rev=2442383)
 * [Cache Enabler](https://wordpress.org/plugins/cache-enabler/)
 * [Support Threads](https://wordpress.org/support/plugin/cache-enabler/)
 * [Active Topics](https://wordpress.org/support/plugin/cache-enabler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cache-enabler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cache-enabler/reviews/)

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)

 * 1 reply
 * 2 participants
 * Last reply from: [KeyCDN](https://wordpress.org/support/users/keycdn/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/cache-into-memory/#post-13922747)
 * Status: resolved