Website: MemCached
by Vertel AB
14.0
| Category |
Customer Relationship Management
|
| Technical Name |
|
| License |
AGPL-3
|
| Website | https://vertel.se/apps/Website/website_memcached |
Add mechanisms to cache rendered pages
* Retains existing paths
* Pages with heavy database searches will be extremely fast
* Adds good cach-control for clients and external cach-servers
* Implemented as an easy to use decorator and an easy method for enhance existing controllers
* Retains existing paths
* Pages with heavy database searches will be extremely fast
* Adds good cach-control for clients and external cach-servers
* Implemented as an easy to use decorator and an easy method for enhance existing controllers
Website MemCached
Add mechanisms to cache rendered pages
* Retains existing paths
* Pages with heavy database searches will be extremely fast
* Adds good cach-control for clients and external cach-servers
* Implemented as an easy to use decorator and an easy method for enhance existing controllers
Each page are given a uniq numeric key hashed from a special raw key.
Default are Database + Path + Context eg {db},{path},{context}