Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LRUBGPCache

An implementation of a BGPCache using an AsyncLRUCache

author

Thomas Minier

Hierarchy

  • LRUBGPCache

Implements

Index

Constructors

constructor

  • new LRUBGPCache(maxSize: number, maxAge: number): LRUBGPCache

Properties

Private _allKeys

_allKeys: BinarySearchTree<string, SavedBGP>

Private _cache

_cache: AsyncLRUCache<string, Bindings, string>

Private _patternsPerBGP

_patternsPerBGP: Map<string, BasicGraphPattern>

Methods

commit

count

  • count(): number

delete

findSubset

get

getAsPipeline

has

update

Generated using TypeDoc