view demo/buffer.urs @ 2230:a749acc51ae4

Factor out cache implementation from Sqlcache.
author Ziv Scully <ziv@mit.edu>
date Wed, 06 May 2015 14:50:29 -0400
parents 755a71c99be5
children
line wrap: on
line source
type t

val create : transaction t
val render : t -> signal xbody
val write : t -> string -> transaction unit