[CCACHE-10] Add eviction implementation to LUCache Created: 08/Dec/11 Updated: 12/Dec/11 Resolved: 12/Dec/11 |
|
| Status: | Resolved |
| Project: | core.cache |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Fogus | Assignee: | Fogus |
| Resolution: | Completed | Votes: | 0 |
| Labels: | associative, cache, evict, lu | ||
| Description |
|
The evict method in the ProtocolCache needs implementation for LUCache. I will start initially with a single key eviction method to start. The evict method would form the basis for the associative dissoc which in turn forms the basis for proper limited seeding. Currently only the BasicCache impl has evict. |
| Comments |
| Comment by Fogus [ 12/Dec/11 7:54 AM ] |
|
Implemented in ca4587bdbdca2728b191bf98472a778231250e61. |