https://github.com/zefer/machiicachestrategies
Custom caching strategies for the MachII framework
https://github.com/zefer/machiicachestrategies
Last synced: 4 months ago
JSON representation
Custom caching strategies for the MachII framework
- Host: GitHub
- URL: https://github.com/zefer/machiicachestrategies
- Owner: zefer
- Created: 2010-10-21T15:11:14.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-22T12:44:57.000Z (over 15 years ago)
- Last Synced: 2025-06-15T01:36:18.553Z (12 months ago)
- Language: ColdFusion
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Custom caching strategies for the MachII (CFML) framework. http://www.mach-ii.com
TimespanNativeCfmlStrategy.cfc
------------------------------
This uses the cfml engine's native cachePut() and cacheGet() methods. Written using Railo, but according to the CF9 documentation, it should also be CF9 compatible. Any compatibility issues on any cfml engines would be gratefully received.
Railo (and other cfml engines) provide a way to define different cache stores. This abstraction makes it trivial to switch your MachII caching between different cache servers, Memcached, EHCache, CouchDB, MongoDB, etc.