Research Article
Diversified Demands Integration-Based Proactive Caching Strategy towards Edge Networks
Algorithm 2
Regional Popularity Content Caching Method (RP-CCM).
| Input:;; Initialize: Caching matrix; | | Output: Caching matrix | (1) | fordo | (2) | calculate user activity level by (8) and (25); | (3) | end for | (4) | fordo | (5) | fordo | (6) | calculate LPP of the file by (24); | (7) | for to do | (8) | calculate by (27); | (9) | use LCP prediction model to predict, and have ; | (10) | end for | (11) | calculate regional popularity of the content, by (28); | (12) | end for | (13) | sort from largest to smallest to get ; | (14) | for to do | (15) | ; | (16) | end for | (17) | end for |
|