Module: Square::Types::CacheMode
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/square/types/cache_mode.rb
Constant Summary collapse
- STALE_IF_SLOW =
"stale-if-slow"- STALE_WHILE_REVALIDATE =
"stale-while-revalidate"- MUST_REVALIDATE =
"must-revalidate"- NO_CACHE =
"no-cache"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values