{"id":27078972,"url":"https://github.com/netlogix/netlogix.assetcachinghelper","last_synced_at":"2025-04-06T01:20:14.274Z","repository":{"id":57025585,"uuid":"397943873","full_name":"netlogix/Netlogix.AssetCachingHelper","owner":"netlogix","description":"Fusion Helper to create Asset Cache Tags","archived":false,"fork":false,"pushed_at":"2021-08-19T13:02:13.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-01T00:37:51.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netlogix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-19T12:58:45.000Z","updated_at":"2021-08-19T12:59:49.000Z","dependencies_parsed_at":"2022-08-23T15:00:30.205Z","dependency_job_id":null,"html_url":"https://github.com/netlogix/Netlogix.AssetCachingHelper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.AssetCachingHelper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.AssetCachingHelper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.AssetCachingHelper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netlogix%2FNetlogix.AssetCachingHelper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netlogix","download_url":"https://codeload.github.com/netlogix/Netlogix.AssetCachingHelper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247421102,"owners_count":20936231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-06T01:20:13.645Z","updated_at":"2025-04-06T01:20:14.230Z","avatar_url":"https://github.com/netlogix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netlogix.AssetCachingHelper\n\nThis package provides a Fusion Helper that can be used to create an AssetTag.\nFor every given asset, the following two types of tags will be generated:\n* `Asset_\u003cAsset Identifier\u003e` This tag is currently not flushed by Neos at all\n* `AssetDynamicTag_\u003cAsset Identifier\u003e` This tag is flushed whenever an Asset is changed\n\n## Usage\n\nTo create an asset tag, simply call the helper in your @cache block:\n```\n    @cache {\n        mode = 'cached'\n\n        entryIdentifier {\n            node = ${node}\n        }\n\n        entryTags {\n            node = ${Neos.Caching.nodeTag(node)}\n            image = ${Netlogix.AssetCaching.assetTag(q(node).property('image'), node)}\n        }\n    }\n```\nThe Helper takes either a single Asset or an array of Assets. Any null values will be ignored.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnetlogix.assetcachinghelper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlogix%2Fnetlogix.assetcachinghelper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlogix%2Fnetlogix.assetcachinghelper/lists"}