To create a virtual storage reference that facilitates sharing, archiving, backup/restoring. LastDrive will keep the orginal files and storage device intact, and will not cache/store physical files within its repository.
The project will develop an in – memory object cache utilizing the LRU (least-recently-used) algorithm. The cache will store the objects that are most accessed within a fixed size memory pool. Thus system is keep statistics and calculates tradeoffs.
oStore is a searchable object cache. Designed as a lightweight system for indexing and storing Java Objects. The result is a searchable database of stored Java objects.