Skip to content

Commit

Permalink
[mms] Set infinite lifetime for the cache metadata for the Horde_Cach…
Browse files Browse the repository at this point in the history
…e caching backend.
  • Loading branch information
slusarz committed Mar 6, 2014
1 parent c60830f commit d5ceb8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public function save()
}

if (!empty($val['slicemap'])) {
$this->_cache->set($this->_getCid($mbox, 'slicemap'), serialize($s), $lifetime);
$this->_cache->set($this->_getCid($mbox, 'slicemap'), serialize($s), 0);
}
}

Expand Down
2 changes: 2 additions & 0 deletions framework/Imap_Client/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Set infinite lifetime for the cache metadata for the Horde_Cache caching backend.
* [mms] The Hashtable cache driver now allows the lifetime of the message data to be specified.
* [mms] Fix removing UID from cached list in Hashtable cache driver if the message data no longer exists.
* [mms] Add &apos;force_map&apos; option to Horde_Imap_Client_Base#copy() to guarantee that the mapping array is always returned.
Expand Down Expand Up @@ -2285,6 +2286,7 @@
<date>2014-03-05</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Set infinite lifetime for the cache metadata for the Horde_Cache caching backend.
* [mms] The Hashtable cache driver now allows the lifetime of the message data to be specified.
* [mms] Fix removing UID from cached list in Hashtable cache driver if the message data no longer exists.
* [mms] Add &apos;force_map&apos; option to Horde_Imap_Client_Base#copy() to guarantee that the mapping array is always returned.
Expand Down

0 comments on commit d5ceb8b

Please sign in to comment.