1

is there any way to cache results from Zend DB in memory using Zend Framework (version 1.8) ? Or should I use server side solutions to implement "cache in memory per process"?

So can you share best practices completing such issues?

Bounce
  • 2,066
  • 6
  • 34
  • 65
  • 1
    What I found while making some investigation: http://stackoverflow.com/questions/9792075/in-memory-script-cache-backend-in-zend-framework – Bounce Dec 20 '12 at 10:10

1 Answers1

1

You can use Zend_Cache_Backend_Memcached for caching into Memcache server which holds cache in memory

Vadyus
  • 1,299
  • 8
  • 19