An open API service indexing awesome lists of open source software.

https://github.com/namelesscoder/uncache

TYPO3 Cache Crippler
https://github.com/namelesscoder/uncache

Last synced: 10 months ago
JSON representation

TYPO3 Cache Crippler

Awesome Lists containing this project

README

          

## TYPO3 extension Uncache: Caches? What do you mean, caches...?

To install:

`composer require --dev namelesscoder/uncache`

### What is it?

A cache preventer.

### What does it do?

Prevents caching.

### How does it work?

You know what a cache does? This doesn't do that.

### Where does it work?

On TYPO3 7.6.0 and v8 series and most likely also up-coming v9.

### Which cache types does it prevent?

Logic flowchart:

1. Is it a cache?
2. Then it is prevented!

### Can it still allow some caches to work?

See the flowchart above.

### How to use

Install; then forget that you ever had a _clear all caches_ button which was __always__ eight keystrokes and two mouse clicks away.

## Have fun, enjoy!