freebsd-ports/www/rubygem-rack-cache/pkg-descr
Sunpoet Po-Chuan Hsieh 0b6a554490 - Update to 1.5.0
- Add LICENSE_FILE
- Update WWW

Changes:	https://github.com/rtomayko/rack-cache/blob/master/CHANGES
2015-10-09 18:32:35 +00:00

13 lines
485 B
Text

Rack::Cache is suitable as a quick drop-in component
to enable HTTP caching for Rack-based applications
that produce freshness (Expires, Cache-Control)
and/or validation (Last-Modified, ETag) information.
* Standards-based (see RFC 2616 / Section 13).
* Freshness/expiration based caching
* Validation
* Vary support
* Portable: 100% Ruby / works with any Rack-enabled framework.
* Disk, memcached, and heap memory storage backends.
WWW: https://github.com/rtomayko/rack-cache