UNPKG
@rt_lite/api
Version:
latest (1.0.4)
1.0.4
1.0.1
1.0.0
An unoficial rotten tomatoes REST api
gitlab.com/gabegabegabe/rtapi
@rt_lite/api
/
src
/
models
/
cache-algorithm.model.ts
4 lines
(3 loc)
•
60 B
text/typescript
View Raw
1
2
3
4
export
enum
CacheAlgorithm { LRU =
'least-recently-used'
}