fix typo + ghetto cache invalidate

This commit is contained in:
Jeremy Kauffman 2016-10-13 16:50:50 -04:00
parent bdac79fbe5
commit 0d5fd01e8f
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ class CurlWithCache extends Curl
if ($useCache)
{
$cacheKey = md5('z' . $url . $method . serialize($options) . serialize($params));
$cacheKey = md5('x' . $url . $method . serialize($options) . serialize($params));
$cachedData = apc_fetch($cacheKey);
if ($cachedData)
{

View file

@ -17,8 +17,8 @@
<div class="content content-light spacer2">
<h4>Roadmap Notes</h4>
<p>
Our roadmap pulls change note directly from our Git repo via <a href="https://github.com/lbryio/lbry" class="link-primary">GitHub</a>.
Ongoing, Upcoming and Future items are pulled directly from our internal project management system (<a href="https://asana.com" class="link-primary">Asana</a>), so they are always up-to-date.
Our roadmap pulls change notes directly from our Git repo via <a href="https://github.com/lbryio/lbry" class="link-primary">GitHub</a>.
Ongoing, Upcoming and Future items are pulled directly from our internal project management system (<a href="https://asana.com" class="link-primary">Asana</a>).
</p>
<p>
This roadmap only outlines past and anticipated technical changes, it does not cover other initiatives. Development was fast and furious among a small group prior to 0.6, and release notes are sparse.