Podnapisi-NET / flask-phpbb3

Connector for Flask with phpBB3
Other
1 stars 1 forks source link

Cache anonymous fetch #7

Closed MasterMind2k closed 5 years ago

MasterMind2k commented 5 years ago

Implemented cache layer in front of query executor.

When prepared statement is cached or not is controlled by cached_ prefix. By adding this prefix, cache_ttl becomes active, which is cache TTL in seconds.

Cache key is versioned by arguments to the query.

Fixes #4