xxCache class

Constructors

xxCache()

Properties

dataPulledDisk int
no setter
dataPulledIPFS int
getter/setter pair
dataPushedDisk int
no setter
hashCode int
The hash code for this object.
no setterinherited
isBusy bool
no setter
now int
no setter
online bool
getter/setter pair
pullQueueRefresh bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats List<int>
no setter
wantsBinary Uint8List
no setter
xxStash Map<String, Uint8List>
no setter

Methods

CIDforXX(String xx) Future<String>
dropCID(String xx, String cid) bool
housekeep() → void
init(interzoneDisk io) Future<void>
isXXcached(String xxInt) bool
isXXstored(String xxInt) bool
mapCIDtoXX(dynamic ipfsCid, dynamic attachmentLinkAsXXint) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pullCidFromIPFS(String cid, String xxInt) Future<Uint8List>
pullIPFScid(String cid, String xxHint) Future<Uint8List>
pullLocalXX(String xxInt) Future<Uint8List?>
pullXX(String xxInt, String shortLink, String pullFromUrl) Future<Uint8List>
pullXXifps(String xxInt, String shortLink, String cid) Future<Uint8List>
pushCidData(String cid, Uint8List data) Future<bool>
pushXXbytes(String xxInt, Uint8List data, bool ghostMode) Future<bool>
resetIPFSpullQueue() → void
satisfy(String xx, Uint8List data, bool ghostMode) Future<bool>
setOffline() → void
setOnline() → void
symlinkForIpfsEntry(String cid, String xx64) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited