Package com.university.bookstore.search
package com.university.bookstore.search
-
ClassDescriptionService that integrates Trie-based prefix search with LRU caching for optimal performance.Trie (Prefix Tree) data structure for efficient prefix-based material searching.Modern high-performance cache implementation with advanced features.Cache statistics record.LRU (Least Recently Used) cache for search results.Statistics class for cache performance monitoring.