erunyon / FeedCache

Simple PHP class for caching external feeds
17 stars 10 forks source link

Save Feeds to Zend Opcache? #5

Open Ruok2bu opened 9 years ago

Ruok2bu commented 9 years ago

To reduce hits to the disk can you add a function that instead caches the data to Zend Opcache ?

erunyon commented 9 years ago

@Ruok2bu I'm not familiar with Opcache, but feel free to fork the project and add support.

Ruok2bu commented 9 years ago

Zend Opcache is the built-in opcode cacher in PHP. Nothing extra is needed, as its built into PHP core.