Title: wp_cache expiring too quickly ?
Last modified: August 18, 2016

---

# wp_cache expiring too quickly ?

 *  [linickx](https://wordpress.org/support/users/linickx/)
 * (@linickx)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/wp_cache-expiring-too-quickly/)
 * Hi I’m caching a response from another server in a custom plugin… Caching is 
   working, and I have set up the following.
 *     ```
       $timenow = time();
       $myexpire = 60 * 60 ; // Cache data for one hour (3600 seconds)
       wp_cache_set('time', $timenow, 'stuff', $myexpire);
       ```
   
 * But I’m finding that the cache is updating every 15mins or so, can anyone thinks
   of any reason why ?
 * Cheers,
    Nick

The topic ‘wp_cache expiring too quickly ?’ is closed to new replies.

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [linickx](https://wordpress.org/support/users/linickx/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/wp_cache-expiring-too-quickly/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
