| interface summary | |
|---|---|
| IObjectStore | The main interface for CacheBox object storages |
| class summary | |
|---|---|
| BlackholeStore | I am the fastest way to cache objects |
| ConcurrentSoftReferenceStore | I am a concurrent soft reference object store |
| ConcurrentStore | I am a concurrent object store |
| DiskStore | I am a disk store, I am not that fancy as I am slower |
| JDBCStore | I am a cool cool JDBC Store for CacheBox |