Skip to content

Add a LRU pattern to the cache #82

Description

@printerboi

Currently, the clustered ILP-Cache can grow indefinitely large. We should add a fixed size of n entries and keep track of the age of entries. If the cache is full, remove the oldest entries.

Metadata

Metadata

Assignees

Labels

BacklogFeatures that could be implemented in the future but are currently out of scopeenhancementNew feature or request

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions