| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.CacheProperty
- data CacheProperty = CacheProperty Word32 Word32
Documentation
data CacheProperty Source #
A property on an item in the class net cache map.
Constructors
| CacheProperty Word32 Word32 |
Instances
| Eq CacheProperty Source # | |
| Show CacheProperty Source # | |
| Generic CacheProperty Source # | |
| Binary CacheProperty Source # | Fields are stored one after the other in order.
|
| NFData CacheProperty Source # | |
| type Rep CacheProperty Source # | |