www.lagerdata.com
Contents:
Before you begin
Getting Started
Basic I/O
Modules and files
Using A Debug Probe
GPIO
Running Your Code
Bluetooth Quickstart
Bluetooth (Advanced)
Using pytest with Lager
Debugging your Lager Python program
Included Libraries
API Reference
Lager Data, Inc
lager.cache
View page source
lager.cache
Module Contents
Classes
PersistentCache
Attributes
redis
lager.cache.
redis
class
lager.cache.
PersistentCache
(
provider
=
None
)
_check_provider
(
)
store
(
key
,
data
)
load
(
key
)
delete
(
key
)
clear
(
)