This document proposes the Cache-Sensitive T-tree (CST-tree), a cache-conscious index structure for main-memory databases. The CST-tree aims to improve cache behavior by decreasing node size to increase cache hits compared to traditional T-trees. It does not store the entire middle key array in each node to save space. Experimental results show the CST-tree provides better performance than T-trees in main memory databases, with performance between CSB+-trees and full CSB+-trees. It also uses less space than full CSB+-trees.