aryan21 - zsh - 80x24public workspace
>hello, human.

This is a portfolio in terminal form.
Click a path below, or type a command if that is your thing.

>~/projects $cd projects && cat database-cache
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
>~/projects $
TRY