Feature #46142
closedIntroduce XCache cache backend
100%
Description
http://xcache.lighttpd.net/wiki/XcacheApi
http://xcache.lighttpd.net/wiki/XcacheIni#XCacheCacher
You need to reserve some cache for the for the var cache (xcache.var_size int
).
The patch is based on the Wincache backend which itself is based on APC backend.
XCache var cache is a key-value cache.
The wincache unit test has been copied and adopted as needed.
Updated by Gerrit Code Review almost 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18823
Updated by Christian Kuhn almost 12 years ago
the variable cache of xcache is not supported in cli mode :(
Updated by Gerrit Code Review almost 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18823
Updated by Gerrit Code Review almost 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18823
Updated by Gerrit Code Review almost 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18823
Updated by Gerrit Code Review almost 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18823
Updated by Philipp Gampe almost 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 23fe8e1450826f56392c25540f0c529b3c887a14.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed