<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Cache.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>093fe67e98c0cdb4b73fd46938e49b64971483c2 - updated rector and applied it</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#093fe67e98c0cdb4b73fd46938e49b64971483c2</link>
        <description>updated rector and applied it

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Sat, 07 Mar 2026 20:26:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>a95427a565a82aca45ae276c0f1d330606f6f9b4 - Apply rector fixes to inc/Cache</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#a95427a565a82aca45ae276c0f1d330606f6f9b4</link>
        <description>Apply rector fixes to inc/Cache

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Tue, 29 Aug 2023 11:59:33 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>30ee8867047f1794cf44ed1a72ea3d5bda3cd9f8 - Use getters instead of deprecated property</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#30ee8867047f1794cf44ed1a72ea3d5bda3cd9f8</link>
        <description>Use getters instead of deprecated property

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Sat, 29 Feb 2020 05:21:52 +0000</pubDate>
        <dc:creator>kalenpw &lt;kalenpwilliams@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>033eb35b208082e0d25132d664962f35869dd3d8 - Consistent capilization of io_saveFile and psr-2 formatting</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#033eb35b208082e0d25132d664962f35869dd3d8</link>
        <description>Consistent capilization of io_saveFile and psr-2 formatting

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Sat, 29 Feb 2020 03:06:17 +0000</pubDate>
        <dc:creator>kalenpw &lt;kalenpwilliams@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>903d43fe60f76e180b5d8ef35db7007bee2a8e5e - Check code style against PSR12</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#903d43fe60f76e180b5d8ef35db7007bee2a8e5e</link>
        <description>Check code style against PSR12In 2019 PSR-12 was officially released and PSR-2 deprecated. We shouldadapt to that and check our files against that new coding standard.

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Tue, 31 Dec 2019 11:15:25 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>27f63a230ac7def28270ac72832681ef70e10853 - some more PSR2 cleanup</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#27f63a230ac7def28270ac72832681ef70e10853</link>
        <description>some more PSR2 cleanupmostly overlong lines and more exclude patterns

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Tue, 21 May 2019 11:08:38 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cbb44eabe033d70affb048ec0daf4e579e09dd20 - deprecated trigger_event() in favor of a static method on Event</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#cbb44eabe033d70affb048ec0daf4e579e09dd20</link>
        <description>deprecated trigger_event() in favor of a static method on Event

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Fri, 15 Jun 2018 15:35:53 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b4b0b31be159c157f279e565ddbe3ae02269246b - Use deprecation helper</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#b4b0b31be159c157f279e565ddbe3ae02269246b</link>
        <description>Use deprecation helperInstead of writing our own magic getters and setters for all variablesthat used to be public, this adds a trait that does that in a genericway.This trait was copied from MediaWiki and adjusted to DokuWiki.The original author seems to be @tgr Tisza Gerg&#337;The downside of this trait is that the properties keep their(potentially undesired) name. While that could be fixed within thehelper, that might add unnecessary complexity. The name can change whensupport is dropped.

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Fri, 22 Feb 2019 22:23:30 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>fec08cc9d061043e2f5a81040bebae1bb90d91ba - Use DokuWiki&apos;s own deprecation reporters</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#fec08cc9d061043e2f5a81040bebae1bb90d91ba</link>
        <description>Use DokuWiki&apos;s own deprecation reportersDokuWiki has its own way to report deprecation notifications.Let&apos;s use it!

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Thu, 14 Feb 2019 22:55:18 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>d2f1d7a17e2e29d7a2471b10445570be500d337c - Rename fields and add deprecated __get/__set</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#d2f1d7a17e2e29d7a2471b10445570be500d337c</link>
        <description>Rename fields and add deprecated __get/__setThese fields might still be accessed from the outside, so in order tonot break backwards compatibility, this uses magic methods that emitdeprecation errors.

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Thu, 14 Feb 2019 22:41:13 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>43ff10567f5efa5a01b2c631967db749bedd0bc3 - Adjust comment to better reflect method</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#43ff10567f5efa5a01b2c631967db749bedd0bc3</link>
        <description>Adjust comment to better reflect methodThat method cannot be private or protected, since it has to be used bythe event handler. Thus adjust the method comment to internal to betterrepresent that it shouldn&apos;t be used by other classes.

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Mon, 04 Feb 2019 08:57:22 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>72c2bae8d6b05c60c9a71e50d60489ff63353f57 - Fix typo and rename method in comments too</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#72c2bae8d6b05c60c9a71e50d60489ff63353f57</link>
        <description>Fix typo and rename method in comments too

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Mon, 04 Feb 2019 08:53:08 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>42c00b4522b22bb210a8dd2d76c87dfcda07bc7d - Rename methods to conform with PSR 2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#42c00b4522b22bb210a8dd2d76c87dfcda07bc7d</link>
        <description>Rename methods to conform with PSR 2The method _useCache doesn&apos;t seem to be in use outside the core cacheclasses[0], thus no deprecation placeholder was created.[0]: https://codesearch.dokuwiki.org/search?project=dokuwiki&amp;project=plugin&amp;project=template&amp;q=&amp;defs=&amp;refs=_useCache&amp;path=&amp;hist=&amp;type=php

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Sat, 02 Feb 2019 13:01:18 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>0db5771e6b5f779df34a039ad49d4652eaf21893 - Refactor cache.php into different files</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Cache/Cache.php#0db5771e6b5f779df34a039ad49d4652eaf21893</link>
        <description>Refactor cache.php into different files

            List of files:
            /dokuwiki/inc/Cache/Cache.php</description>
        <pubDate>Sat, 02 Feb 2019 12:05:17 +0000</pubDate>
        <dc:creator>Michael Gro&#223;e &lt;mic.grosse@googlemail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
