PROJECTCache System design, benchmarking, database access layer, and GUI implementation
Database Cache System
Java-based database caching system with an LRU engine, TTL expiration, SQL normalization, Swing GUI, and automated benchmarking.
Database Cache System
A Java-based application designed to improve relational database query performance by caching the results of frequently executed read-only SQL queries. It features an LRU cache engine powered by LinkedHashMap, TTL-based expiration, SQL normalization, query validation, a Swing-based GUI (Aqua Theme), and a benchmarking framework that evaluates performance under Moderate and Zipfian workloads.
JavaJDBCMySQLSwingJUnit