1
I Use This!
Inactive

Commits : Listings

Analyzed 35 minutes ago. based on code collected 1 day ago.
Jun 11, 2025 — Jun 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
overload tslib_feuserauth only if nr_cache_session is configured More... about 12 years ago
set nr_cache_session options only if not set already More... about 12 years ago
add own string frontend handler - with stream wrapper support More... over 12 years ago
improve various aspects of the Couchbase Cache handler More... over 12 years ago
allow everything in cache entry identifier - we are not limited to the file system chars More... over 12 years ago
implement dir_opendir() and dir_readdir() in stream warpper More... over 12 years ago
TYPO-1899: implement Backend_Redis::stat() for StreamWrapper access More... over 12 years ago
TYPO-1899: fix access to cache identifier in backend More... over 12 years ago
fix file permissions More... over 12 years ago
TYPO-1899: remove cache directory from cache entry identifier More... over 12 years ago
TYPO-1899: implement stream_wrapper ::stream_write, ::stream_stat, ::unlink, ::url_stat More... over 12 years ago
TYPO-1899: tweak handling for runtime caching last retrieved cached entry More... over 12 years ago
cs More... over 12 years ago
TYPO-1899: use file path - if set - as cache identifier prefix More... over 12 years ago
TYPO-1899: disable default compression for now - easier reading cache entries in Couchbase backend More... over 12 years ago
TYPO-1899: store meta data with cache entry - so we can return 'file stats' for stream wrapper like file time More... over 12 years ago
TYPO-1899: drop support for splitted cache entries More... over 12 years ago
TYPO-1899: cache/remember last retrieved cache entry to speeedup consecutive calls to has(), get() and stat() More... over 12 years ago
TYPO-1899: implement support for couchbase options user, password and bucket More... over 12 years ago
TYPO-1899: fix namespace in ext_autoload.php - we changed this earlier to our namespace naming convention but forgot the ext_autoload.php More... over 12 years ago
use only Netresearch\Cache as namespace More... over 12 years ago
TYPO-1899: tweak stream wrapper registration und usage More... over 12 years ago
TYPO-1899: use proper interface for phpcapable frontend and backend - fixes fluid cache not working with this frontend and backend More... over 12 years ago
TYPO-1899: implement PHP capable frontend using stream wrapper to include cached PHP code More... over 12 years ago
TYPO-1899: improve doc More... over 12 years ago
fix phpdoc More... over 12 years ago
TYPO-1899: add session handler based an caching framework - allows storing session data in memory based caching systems More... over 12 years ago
do not flush whole couchbase server but only entries for this confgiruation More... over 12 years ago
remove tag data from cache entry - we can re-add this later when using views in couchbase More... over 12 years ago
fix identifier prefix - fixes uneven identifier prefixes - fixes entries laoded from cache always empty or false More... over 12 years ago