Skip to content

Trash Cache helps purge Akamai's cache of assets used for a specific URL

Notifications You must be signed in to change notification settings

rognstad/trash-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trash Cache

Trash Cache takes a URL to a page, builds a list of all the assets (typically JS, CSS, and images) necessary to render that page, and then issues a request to invalidate Akamai's cache of all those assets. Obviously it only works if the site is on your Akamai account.

Trash Cache is built on actionhero.js.

Dependencies

To Install:

(Assuming you have the dependencies installed)

  • npm install
  • Edit config/secret.js to include your Akamai username and password

To Run:

npm start

To Test:

npm test

About

Trash Cache helps purge Akamai's cache of assets used for a specific URL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published