Flask-Caching

E96628

Flask-Caching is a Flask extension that provides easy-to-use caching support to improve the performance and scalability of Flask web applications.

All labels observed (3)

Label Occurrences
Flask-Cache 2
Flask-Caching canonical 1
flask_caching 1

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf Flask extension
Python package
software library
canBeInstalledWith pip
category caching library
web development
compatibleWith Python 3
configurationMethod Flask app config
init_app pattern
designedFor Flask web applications
documentationHostedOn Read the Docs
hasConcept cache backends
cache keys
cache regions
default timeout
hasPurpose improve performance of Flask applications
improve scalability of Flask applications
hostedOn PyPI
implements cache abstraction layer
inspiredBy Flask-Cache
linked to: Flask-Caching
integratesWith Flask application context
license BSD-style license
programmingLanguage Python
provides caching support
replaces Flask-Cache
linked to: Flask-Caching
supportsBackend GAE Memcache
Memcached
Redis
SASLMemcached
linked to: SASL

filesystem cache
null cache
simple in-memory cache
supportsFeature cache invalidation
cache key prefixing
cache timeouts
function result caching
lazy caching
memoization
per-view caching
view caching
supportsFramework Flask
supportsPattern decorator-based caching
explicit cache API calls
typicalImportName flask_caching
linked to: Flask-Caching
usedFor reducing API calls
reducing database load
speeding up response times

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

Flask extensionEcosystem Flask-Caching
Flask-Caching inspiredBy Flask-Cache
linked to: Flask-Caching
Flask-Caching replaces Flask-Cache
linked to: Flask-Caching
Flask-Caching typicalImportName flask_caching
linked to: Flask-Caching