Toggle navigation
Shardimage PHP Package Documentation
Class reference
shardimage\shardimagephp\auth
AuthData
Client
ClientService
shardimage\shardimagephp\data
BaseData
Cdn
Continent
Country
shardimage\shardimagephp\factories
Condition
Option
Text
Transformation
shardimage\shardimagephp\helpers
ArrayHelper
DateHelper
LoggerHelper
SecurityHelper
shardimage\shardimagephp\loggers
BaseLogger
EchoLogger
SysLogger
shardimage\shardimagephp\models
Index
IndexParams
shardimage\shardimagephp\models\accesstoken
AccessToken
ImageUrlAccessToken
ImageUrlAccessTokenExtra
ImageUrlAccessTokenExtraAuthentication
UploadAccessToken
UploadAccessTokenExtra
shardimage\shardimagephp\models\billing
Detail
DetailItem
DetailParams
DetailWarning
shardimage\shardimagephp\models\cloud
Cloud
Index
IndexParams
Info
shardimage\shardimagephp\models\firewall
Firewall
Index
IndexParams
Rules
shardimage\shardimagephp\models\image
Dimensions
Image
ImageObject
Index
IndexParams
ViewParams
shardimage\shardimagephp\models\job
Index
IndexParams
Job
Result
shardimage\shardimagephp\models\superbackup
Index
IndexParams
SuperBackup
Task
shardimage\shardimagephp\models\superbackup\targets
AmazonS3Target
CloudinaryTarget
GoogleCloudStorageTarget
MicrosoftAzureStorageTarget
Target
shardimage\shardimagephp\models\system\ping
Ping
Request
shardimage\shardimagephp\services
AccessTokenService
BillingService
CloudService
DataService
FirewallService
ImageService
JobService
Service
SuperBackupService
SystemService
UploadService
UrlService
shardimage\shardimagephpapi\api
Request
Response
ResponseError
shardimage\shardimagephpapi\api\auth
BaseAuthData
NullAuthData
shardimage\shardimagephpapi\base
BaseObject
SimpleJsonSerializerTrait
shardimage\shardimagephpapi\base\caches
CacheInterface
shardimage\shardimagephpapi\base\exceptions
Exception
InvalidCallException
InvalidConfigException
InvalidParamException
InvalidRouteException
InvalidValueException
UnknownPropertyException
shardimage\shardimagephpapi\base\resources
BinaryStringResource
FilePathResource
ResourceInterface
StreamResource
shardimage\shardimagephpapi\base\types
Int64
shardimage\shardimagephpapi\helpers
ApiHelper
FileHelper
JsonHelper
shardimage\shardimagephpapi\services
BaseService
Client
Server
shardimage\shardimagephpapi\web
CachedContent
FileReference
Http
Request
shardimage\shardimagephpapi\web\exceptions
BadRequestHttpException
ConflictHttpException
ForbiddenHttpException
GoneHttpException
HttpException
LockedHttpException
MethodNotAllowedHttpException
NotAcceptableHttpException
NotFoundHttpException
PayloadTooLargetHttpException
PaymentRequiredHttpException
PreconditionFailedHttpException
RangeNotSatisfiableHttpException
ServerErrorHttpException
ServiceUnavailableHttpException
TooManyRequestsHttpException
UnauthorizedHttpException
UnprocessableEntityHttpException
UnsupportedMediaTypeHttpException
shardimage\shardimagephpapi\web\parsers
BaseRawMessage
Header
RawRequest
RawResponse
shardimage\shardimagephpapi\web\requests
BaseRequest
CustomRequest
FileRequest
MultipartRequest
PollRequest
RestRequest
Interface shardimage\shardimagephpapi\base\caches\CacheInterface
All Classes
|
Methods
Base cache.
Public Methods
Hide inherited methods
Method
Description
Defined By
delete()
shardimage\shardimagephpapi\base\caches\CacheInterface
get()
shardimage\shardimagephpapi\base\caches\CacheInterface
set()
shardimage\shardimagephpapi\base\caches\CacheInterface
Method Details
delete()
public abstract method
public abstract
void
delete
(
$key
)
$key
get()
public abstract method
public abstract
void
get
(
$key
)
$key
set()
public abstract method
public abstract
void
set
(
$key
,
$value
,
$expiration
=
0
)
$key
$value
$expiration