You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Janek Hiis (JIRA)" <ji...@apache.org> on 2008/08/23 14:49:44 UTC

[jira] Created: (SHINDIG-534) CacheFile is always using cache_time to cache data

CacheFile is always using cache_time to cache data
--------------------------------------------------

                 Key: SHINDIG-534
                 URL: https://issues.apache.org/jira/browse/SHINDIG-534
             Project: Shindig
          Issue Type: Bug
          Components: Common Components (PHP)
            Reporter: Janek Hiis
            Priority: Minor


In CacheFile the time to update cache contents is always checked against cache_time configuration option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SHINDIG-534) CacheFile is always using cache_time to cache data

Posted by "Chris Chabot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Chabot resolved SHINDIG-534.
----------------------------------

    Resolution: Fixed
      Assignee: Chris Chabot

Ah good catch, right you are indeed!

Applied & committed.

> CacheFile is always using cache_time to cache data
> --------------------------------------------------
>
>                 Key: SHINDIG-534
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-534
>             Project: Shindig
>          Issue Type: Bug
>          Components: Common Components (PHP)
>            Reporter: Janek Hiis
>            Assignee: Chris Chabot
>            Priority: Minor
>         Attachments: patch_534.txt
>
>
> In CacheFile the time to update cache contents is always checked against cache_time configuration option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SHINDIG-534) CacheFile is always using cache_time to cache data

Posted by "Janek Hiis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janek Hiis updated SHINDIG-534:
-------------------------------

    Attachment: patch_534.txt

Use precalculated $expiration to invalidate cache.

Please apply.

> CacheFile is always using cache_time to cache data
> --------------------------------------------------
>
>                 Key: SHINDIG-534
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-534
>             Project: Shindig
>          Issue Type: Bug
>          Components: Common Components (PHP)
>            Reporter: Janek Hiis
>            Priority: Minor
>         Attachments: patch_534.txt
>
>
> In CacheFile the time to update cache contents is always checked against cache_time configuration option.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.