As mentioned in this pull request<https://github.com/zendframework/zf2/pull/5386>ZF2 does not provide per-item cache TTL like ZF1 did.
I'm using per-item TTL all throughout a ZF1 app which I'm currently migrating to ZF2 and desperately need to be able to do this. If I need to configure another cache adapter for every different TTL, my config file be huge and very hard to maintain. At some point in the discussion, Matthew Weier O'Phinney suggests: "Implement a plugin to add Item based TTL for storages not supporting it natively" Unfortunately, as I mention on my comment<https://github.com/zendframework/zf2/pull/5386#issuecomment-34491161>, I don't know how to write this kind of plugin. My deadline is approaching so I will appreciate ANY pointers on this matter. Thanks!
