Hello guys!
ive been sent the following task:
Create a configurable two-level cache (for caching Objects). Level 1 is memory, level 2 is filesystem. Config params should let one specify the cache strategies and max sizes of level 1 and level 2.
Could anybody explain me what exactly i should do, and what is the best strategy for it??
Thanks in advance.
