0

I'm looking for a ASP .NET Caching equivalent for a PHP website app using Zend Framework. I want to be able to store a data structure (Queue) that can be shared between users, preserving consistency, without using a database. I don't want the cache to expire as I want the Queue to be always available when a user arrives on the website. Any ideas?

1 Answer 1

1

Check out PHP's Memcache, which is a method for interfacing with memcached.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.