data
Vars | |
memory | The actual storage of the disk. |
---|---|
storage | How many THIIINGGGS can we store in memory |
Procs | |
check_memory | Return the amount of memory remaining |
read | Read data from a memory index. |
remove | Remove data from memory, returning what was removed. |
write | Write data to the disk, using the respective index. Unique will disctint add. |
Var Details
memory
The actual storage of the disk.
storage
How many THIIINGGGS can we store in memory
Proc Details
check_memory
Return the amount of memory remaining
read
Read data from a memory index.
remove
Remove data from memory, returning what was removed.
write
Write data to the disk, using the respective index. Unique will disctint add.