Commit Graph

16 Commits

Author SHA1 Message Date
672d321616 Add a "cache view" type to step through a cache access. 2019-05-28 21:35:46 -07:00
eebf82d40a Add views for cache data. 2019-05-28 21:07:41 -07:00
25d6ecc769 Display headers for caches. 2019-05-28 21:01:35 -07:00
99a7be27a9 Add a way to "load" a cache hierarchy in from a model. 2019-05-28 20:22:05 -07:00
a3d6a1440f Display errors. 2019-05-28 20:08:04 -07:00
87cc4c4cb9 Rename model parameter to be less verbose. 2019-05-28 19:51:30 -07:00
77bd953b95 Allow creating and deleting cache levels. 2019-05-28 19:49:48 -07:00
fed46241f1 Fix data loss bug in update. 2019-05-28 19:49:30 -07:00
ad3c1f38b0 Move updates into a separate module. 2019-05-28 19:37:22 -07:00
2b00e5c7a5 Add a basic, editable view of the cache hierarchy. 2019-05-28 19:26:02 -07:00
559821f54a Add code to create fresh cache. 2019-05-28 19:01:51 -07:00
ddfd65b099 Create "raw" (string-based) cache model types for user input. 2019-05-28 19:01:41 -07:00
5023b6c341 Add basic hierarchy code. 2019-05-28 19:01:14 -07:00
8de1d82d88 Implement cache access operations. 2019-05-28 18:16:47 -07:00
72e134ee79 Write an IntMap module to clean up indexed access code. 2019-05-28 18:16:29 -07:00
e3ccab2c82 Set up basic web application template 2019-05-27 14:08:48 -07:00