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.
オブジェクトの作成/更新中にキャッシュを「リセット」することは可能ですか?
from django.views.decorators.cache import cache_page @cache_page(60 * 15) def index(request): ....