[CCACHE-9] Add eviction implementation to TTLCache Created: 08/Dec/11 Updated: 10/Dec/11 Resolved: 10/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, ccahe, evict, ttl | ||
| Description |
|
The evict method in the ProtocolCache needs implementation for TTLCache. I will start initially with a single key eviction method to start. The evict method would form the basis for the associative dissoc. Currently only the BasicCache impl has evict. |
| Comments |
| Comment by Fogus [ 10/Dec/11 7:35 AM ] |
|
Added in c25022137d55be6aab9e34b5c0f91bc933a05926. |