Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
キャッシュを無効にせずに NDB API をデータベースに書き込む方法はありますか? このようにして、新しいデータが書き込まれたときではなく、タイムアウトが期限切れになるまでキャッシュから読み取ります。
はい、use_memcache=False を put() 操作に渡します。
ent.put(use_memcache=False)