Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-13920

cache->put does not behave as expected when $acm_type='apc'

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.1.4
    • Caching (ACM)
    • None
    • PHP 5.4.39-0+deb7u2 Mysql 5.5.43

      I'm using an extension of my own, in which I use the @cache object.
      When I use memcache as ACM. It behaves as expected : cache->put with a ttl of 300 makes entry disappears after 300 second : subsequent cache->get in an other php session returns entries
      When I use apc, and cache->put does not behave as expected : nothing is stored in apc user cache. Subsequent get returns false

            Unassigned Unassigned
            korsani korsani [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: