Add Sample Code and Spring Boot application for Inline Caching.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS calculations (
|
||||
operand INTEGER NOT NULL,
|
||||
operator VARCHAR(256) NOT NULL,
|
||||
result INTEGER NOT NULL,
|
||||
PRIMARY KEY (operand, operator)
|
||||
);
|
||||
Reference in New Issue
Block a user