Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImpCacheManager ¶
type ImpCacheManager struct {
markup.Component `id:"CacheService" class:"life"`
ProviderRegistryList []caches.ProviderRegistry `inject:".wpm-cache-provider"`
// contains filtered or unexported fields
}
ImpCacheManager ...
func (*ImpCacheManager) Get ¶
func (inst *ImpCacheManager) Get(p caches.Provider) (any, error)
Get 取缓存对象
func (*ImpCacheManager) GetLifeRegistration ¶
func (inst *ImpCacheManager) GetLifeRegistration() *application.LifeRegistration
GetLifeRegistration ...
func (*ImpCacheManager) GetManager ¶
func (inst *ImpCacheManager) GetManager() caches.Manager
GetManager ...
Click to show internal directories.
Click to hide internal directories.