Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
GitHub.Data.Actions.Cache
Documentation
Constructors
Cache | |
Fields
|
Instances
FromJSON Cache Source # | |
Data Cache Source # | |
Defined in GitHub.Data.Actions.Cache Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Cache -> c Cache # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Cache # dataTypeOf :: Cache -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Cache) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Cache) # gmapT :: (forall b. Data b => b -> b) -> Cache -> Cache # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Cache -> r # gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Cache -> r # gmapQ :: (forall d. Data d => d -> u) -> Cache -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> Cache -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> Cache -> m Cache # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Cache -> m Cache # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Cache -> m Cache # | |
Generic Cache Source # | |
Show Cache Source # | |
Eq Cache Source # | |
Ord Cache Source # | |
FromJSON (WithTotalCount Cache) Source # | |
Defined in GitHub.Data.Actions.Cache Methods parseJSON :: Value -> Parser (WithTotalCount Cache) # parseJSONList :: Value -> Parser [WithTotalCount Cache] # | |
type Rep Cache Source # | |
Defined in GitHub.Data.Actions.Cache type Rep Cache = D1 ('MetaData "Cache" "GitHub.Data.Actions.Cache" "github-0.29-8pCAynMhaqD8pNGAeWnyh4" 'False) (C1 ('MetaCons "Cache" 'PrefixI 'True) ((S1 ('MetaSel ('Just "cacheId") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 (Id Cache)) :*: (S1 ('MetaSel ('Just "cacheRef") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cacheKey") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "cacheVersion") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cacheLastAccessedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime)) :*: (S1 ('MetaSel ('Just "cacheCreatedAt") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "cacheSizeInBytes") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Int))))) |
data RepositoryCacheUsage Source #
Constructors
RepositoryCacheUsage | |
Instances
data OrganizationCacheUsage Source #
Constructors
OrganizationCacheUsage | |