메모리 캐시
데이터베이스에서 가져 온 데이터를 다시 가져오지 않기 위해서, 메모리에 보관해 둘 때 사용하는 패키지로 pub.dev 의 Memory Cache 를 사용한다.
아래는 Memory Cache 패키지의 설명을 그대로 가져온 것이다.
Memory Cache is simple, fast and global in-memory cache.
Features
- Create, read, update, delete and invalidate cache.
- Expirable Cache
- Creating local MemoryCache instance.
Getting started
Use this package as a Library
Depend On it
Run this command
with Dart:
with Flutter: This will add a line like this to your package's pubspec.yaml (and run an implicitdart pub get
or flutter pub get
):
Usage
Create New Value
with Expiry:Read Value
Update Value
Delete Value
Local Instance
MemoryCache can be created locally and same features will be supported