How to Install and Uninstall python3-django-cacheops.noarch Package on Fedora 38

Last updated: October 01,2024

1. Install "python3-django-cacheops.noarch" package

Please follow the guidance below to install python3-django-cacheops.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-django-cacheops.noarch

2. Uninstall "python3-django-cacheops.noarch" package

Please follow the guidance below to uninstall python3-django-cacheops.noarch on Fedora 38:

$ sudo dnf remove python3-django-cacheops.noarch $ sudo dnf autoremove

3. Information about the python3-django-cacheops.noarch package on Fedora 38

Last metadata expiration check: 1:04:50 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-django-cacheops
Version : 6.1
Release : 2.fc38
Architecture : noarch
Size : 104 k
Source : python-django-cacheops-6.1-2.fc38.src.rpm
Repository : fedora
Summary : ORM cache with automatic granular event-driven invalidation for Django
URL : https://github.com/Suor/django-cacheops
License : BSD-3-Clause
Description : A slick app that supports automatic or manual queryset caching
: and automatic granular event-driven invalidation.
:
: It uses redis as backend for ORM cache and redis or filesystem
: for simple time-invalidated one.
:
: And there is more to it:
:
: * decorators to cache any user function or view as a queryset or by time
: * extensions for django and jinja2 templates
: * transparent transaction support
: * dog-pile prevention mechanism
: * a couple of hacks to make django faster