Package com.inet.report.cache.store
package com.inet.report.cache.store
Provides concrete implementations for storing and managing cached report data across different storage backends.
This package contains the core storage implementations that handle the physical persistence of cached reports.
The storage implementations support:
- Configurable storage strategies through CacheStrategy
- Memory management and low memory handling
- Connection pooling and database management
- File system operations for disk-based storage
- Timeout and cleanup mechanisms
Note: Database and hard disk storage implementations are available in i-net Clear Reports Plus only.
-
Classes