PHPackages                             vivomedia/neos-asset-collection-cache-flusher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. vivomedia/neos-asset-collection-cache-flusher

ActiveNeos-package[Caching](/categories/caching)

vivomedia/neos-asset-collection-cache-flusher
=============================================

Cache flusher for Neos Assets and AssetCollections

1.0.0(2y ago)01.5k—0%MITPHPPHP &gt;=8.1

Since Jun 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/VIVOMEDIA/neos-asset-collection-cache-flusher)[ Packagist](https://packagist.org/packages/vivomedia/neos-asset-collection-cache-flusher)[ RSS](/packages/vivomedia-neos-asset-collection-cache-flusher/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Neos CMS Asset and AssetCollection cache flusher
================================================

[](#neos-cms-asset-and-assetcollection-cache-flusher)

[![Latest Stable Version](https://camo.githubusercontent.com/583a44e7030fcd9ce2dabbf767902aa4142e3fc57be0b50c229f5531d54a88a7/68747470733a2f2f706f7365722e707567782e6f72672f7669766f6d656469612f6e656f732d61737365742d636f6c6c656374696f6e2d63616368652d666c75736865722f762f737461626c65)](https://packagist.org/packages/vivomedia/neos-asset-collection-cache-flusher)[![Total Downloads](https://camo.githubusercontent.com/5864c326d2651e46b1337234a9c37ca2135024c40ecc80cb231d424572a301d3/68747470733a2f2f706f7365722e707567782e6f72672f7669766f6d656469612f6e656f732d61737365742d636f6c6c656374696f6e2d63616368652d666c75736865722f646f776e6c6f616473)](https://packagist.org/packages/vivomedia/neos-asset-collection-cache-flusher)[![License](https://camo.githubusercontent.com/657b5ab615e51856e5b9723c9aad7132b58e4bc140c04ddb82df2ebc9da3fa3d/68747470733a2f2f706f7365722e707567782e6f72672f7669766f6d656469612f6e656f732d61737365742d636f6c6c656374696f6e2d63616368652d666c75736865722f6c6963656e7365)](https://packagist.org/packages/vivomedia/neos-asset-collection-cache-flusher)

This package provides functionality to flush asset and asset collection caches on changes to themselves or there containing assets.

Install
-------

[](#install)

Install with composer

```
composer require vivomedia/neos-asset-collection-cache-flusher

```

Usage
-----

[](#usage)

### Asset

[](#asset)

```
prototype(SomePackage:Asset) < prototype(Neos.Neos:ContentComponent) {

    renderer = afx`
        ...
    `

    @cache {
        mode = 'cached'
        entryIdentifier {
            asset = ${q(node).property('asset').identifier} // or some other identifier
        }

        entryTags {
            asset = ${'Asset_' + q(node).property('asset').identifier}
        }
    }
}

```

### AssetCollection

[](#assetcollection)

```
prototype(SomePackage:AssetCollection) < prototype(Neos.Neos:ContentComponent) {

    renderer = afx`
        ...
    `

    @cache {
        mode = 'cached'
        entryIdentifier {
            collection = ${q(node).property('assetCollection')} // or some other identifier
        }

        entryTags {
            collection = ${'AssetCollection_' + q(node).property('assetCollection')}
        }
    }
}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1050d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a003ae6bea3612ba71a5d5e34478807946dc4a073893c6e7897648095bf4440d?d=identicon)[dlubitz](/maintainers/dlubitz)

---

Top Contributors

[![dlubitz](https://avatars.githubusercontent.com/u/13046100?v=4)](https://github.com/dlubitz "dlubitz (3 commits)")

### Embed Badge

![Health badge](/badges/vivomedia-neos-asset-collection-cache-flusher/health.svg)

```
[![Health](https://phpackages.com/badges/vivomedia-neos-asset-collection-cache-flusher/health.svg)](https://phpackages.com/packages/vivomedia-neos-asset-collection-cache-flusher)
```

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
