Skip to content

Releases: yusufshakeel/dyCacheJS

v1.6.5

12 Oct 15:37
6db22df
Compare
Choose a tag to compare

New methods added

  • LRUExists
  • LRUResize
  • LRUPurge
  • LRUDelete

v1.6.0

12 Oct 13:50
c96756c
Compare
Choose a tag to compare

LRU - Least Recently Used caching functionality added.

v1.5.0

17 Apr 08:17
Compare
Choose a tag to compare

New methods added:

  • arrInit - To create a new array in the cache.
  • oInit - To create a new object in the cache.

v1.4.0

01 Apr 13:02
Compare
Choose a tag to compare

Queue Methods added:

  • queueInit
  • queueExists
  • enqueue
  • dequeue
  • queueLPeek
  • queueRPeek
  • queueLength
  • queueIsEmpty
  • queuePurge
  • queueDelete

v1.3.0

01 Apr 09:37
Compare
Choose a tag to compare

Stack methods added:

  • stackInit
  • stackExists
  • stackPush
  • stackPeek
  • stackPop
  • stackLength
  • stackIsEmpty
  • stackPurge
  • stackDelete

v1.2.0

01 Apr 06:35
Compare
Choose a tag to compare

new methods:

  • arrInsertAt()
  • arrMInsertAt()

v1.1.0

31 Mar 18:08
Compare
Choose a tag to compare
1.1.0

v1.0.0

31 Mar 12:29
6fc04b5
Compare
Choose a tag to compare

Contains:

  • set and get key-value pairs where value can be number, string, array or string.
  • Array methods to store and work with values saved in array.
  • Object methods to store and work with values saved in object as key-value pair.