FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
shadow/shadow_cache.h at master · sugarcrm/shadow · GitHub
sugarcrm
/
shadow
Public
Notifications
You must be signed in to change notification settings
Fork
19
Star
8
Code
Issues
0
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
shadow
/
shadow_cache.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (11 loc) · 490 Bytes
Breadcrumbs
shadow
/
shadow_cache.h
Copy path
File metadata and controls
12 lines (11 loc) · 490 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
/*
* Copyright (C) 2014, SugarCRM Inc.
*
* This product is licensed by SugarCRM under the Apache License, Version 2.0 (the "License").
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
*/
void
shadow_cache_set_id
(
zend_string
*
template
,
zend_string
*
instance
);
int
shadow_cache_get
(
const
char
*
name
,
char
*
*
entry
);
void
shadow_cache_put
(
const
char
*
name
,
const
char
*
entry
);
void
shadow_cache_remove
(
const
char
*
name
);
void
shadow_cache_clean
();
Back
|
FazBrowse Home
|
New Git URL