Skip to content

empower/EC_Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caching add-ons for Zend_Cache

  • EC_Cache_Backend_Mock - an in memory Zend_Cache backend for unit testing

    • Has no external dependencies (files, memcache, APC) - only stores values in process memory
    • Cache contents do not persist between requests
    • Based on Zend_Cache_Backend_Blackhole from which it borrows much (non)functionality
    • Initially contains no expiration or tagging functionality
    • See INSTALL for installtion instructions
  • EC_Cache_MultiInterface, EC_Cache_Frontend_CoreMulti and EC_Cache_Backend_LibmemcachedMulti

    • Adds loadMulti() and saveMulti() methods
    • Does not do compare and swap

About

A Zend_Cache backend for unit testing

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages