Skip to content

Instantly share code, notes, and snippets.

@jlamim
Created June 8, 2016 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlamim/93e5e23a2c065e2af504a66dc6693f8b to your computer and use it in GitHub Desktop.
Save jlamim/93e5e23a2c065e2af504a66dc6693f8b to your computer and use it in GitHub Desktop.
View da página que ficará armazenada em cache
<!DOCTYPE html>
<html lang="pt_BR">
<head>
<meta charset = "utf-8">
<title>Criando cache de páginas com CodeIgniter</title>
</head>
<body>
<h1>Essa página vai ficar no cache por 10 minutos.</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment