elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

Add in memory first level query cache. #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement DAO cache with 2 levels:

 # in memory per instance cache
 # google memcache service

There are 2 scenarios of implementing:

1. Cache datastore entities during one request processing.

2. Make 1 level cache with constant work time. For example cache all
datastore queries during 5 sec then reset. So if canges happen in CMS admin
all instances will see them with 5 sec period.

Original issue reported on code.google.com by kinyelo@gmail.com on 24 Jan 2010 at 1:15

GoogleCodeExporter commented 9 years ago
Implemented.

Original comment by kinyelo@gmail.com on 24 Jan 2010 at 2:53